1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-26 17:28:42 +08:00

update ci

This commit is contained in:
Septs 2020-07-23 16:53:37 +08:00
parent c6c7011314
commit 33bfab0501

View file

@ -10,10 +10,15 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@v2
with: with:
ref: ${{ github.event.pull_request.head.sha }} ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/checkout@v2
with:
repository: NeoCloud/NeoNetwork-ROA
path: generated
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: "3.x" python-version: "3.x"
@ -23,4 +28,4 @@ jobs:
- run: .scripts/generate-roa.sh - run: .scripts/generate-roa.sh
- run: cat generated/README.txt - run: git -C generated diff README.txt