1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-07-05 07:10:12 +08:00
NeoNetwork/.github/workflows/test-your-pr.yml

27 lines
518 B
YAML
Raw Normal View History

2020-05-01 17:45:30 +08:00
name: Test Your PR
on:
pull_request:
2020-07-21 00:40:22 +08:00
branches: [master]
2020-05-01 17:45:30 +08:00
jobs:
build:
name: Generate ROA
2020-06-04 11:53:59 +08:00
runs-on: ubuntu-20.04
2020-05-01 17:45:30 +08:00
steps:
2020-05-23 19:00:02 +08:00
- uses: actions/checkout@master
with:
ref: ${{ github.event.pull_request.head.sha }}
2020-05-01 17:45:30 +08:00
2020-05-23 19:00:02 +08:00
- name: Install dependencies
run: |
2020-07-21 01:48:16 +08:00
sudo apt-get update -qq
sudo apt-get install -y python3 python3-venv
2020-05-01 17:45:30 +08:00
2020-07-21 00:19:10 +08:00
- name: Run ROA script
run: .scripts/generate-roa.sh
2020-07-21 01:23:09 +08:00
- name: Preview
run: cat generated/README.txt