mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-13 08:52:23 +08:00
Regular update: 2020-07-20T17:58:59Z
This commit is contained in:
parent
e3c052266e
commit
3c68b06fd4
2 changed files with 8 additions and 12 deletions
6
.github/workflows/roa.yml
vendored
6
.github/workflows/roa.yml
vendored
|
@ -26,10 +26,8 @@ jobs:
|
|||
python-version: "3.x"
|
||||
architecture: "x64"
|
||||
|
||||
- name: Run ROA script
|
||||
run: .scripts/generate-roa.sh
|
||||
- run: .scripts/generate-roa.sh
|
||||
|
||||
- name: Push to NeoCloud/NeoNetwork-ROA
|
||||
run: .scripts/push-to-roa.sh
|
||||
- run: .scripts/push-to-roa.sh
|
||||
env:
|
||||
SSHPRIVKEY: ${{ secrets.KEY }}
|
||||
|
|
14
.github/workflows/test-your-pr.yml
vendored
14
.github/workflows/test-your-pr.yml
vendored
|
@ -14,13 +14,11 @@ jobs:
|
|||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -y python3 python3-venv
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.x"
|
||||
architecture: "x64"
|
||||
|
||||
- name: Run ROA script
|
||||
run: .scripts/generate-roa.sh
|
||||
- run: .scripts/generate-roa.sh
|
||||
|
||||
- name: Preview
|
||||
run: cat generated/README.txt
|
||||
- run: cat generated/README.txt
|
||||
|
|
Loading…
Reference in a new issue