mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-13 08:52:23 +08:00
update ci
This commit is contained in:
parent
c6c7011314
commit
33bfab0501
1 changed files with 7 additions and 2 deletions
9
.github/workflows/test-your-pr.yml
vendored
9
.github/workflows/test-your-pr.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue