1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-05-18 14:51:45 +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
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/checkout@v2
with:
repository: NeoCloud/NeoNetwork-ROA
path: generated
- uses: actions/setup-python@v2
with:
python-version: "3.x"
@ -23,4 +28,4 @@ jobs:
- run: .scripts/generate-roa.sh
- run: cat generated/README.txt
- run: git -C generated diff README.txt