mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 20:40:41 +08:00
update scripts
This commit is contained in:
parent
7cd1df55fb
commit
a9ab5c7098
1 changed files with 3 additions and 2 deletions
5
.github/workflows/test-your-pr.yml
vendored
5
.github/workflows/test-your-pr.yml
vendored
|
@ -15,11 +15,12 @@ jobs:
|
|||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt update -qq
|
||||
sudo apt install -y python3 python3-venv
|
||||
|
||||
- name: Run ROA script
|
||||
shell: bash
|
||||
run: .scripts/generate-roa.sh
|
||||
|
||||
- name: Preview
|
||||
run: cat generated/README.txt
|
||||
|
|
Loading…
Reference in a new issue