Add run_tests step.
This commit is contained in:
parent
14ac41c73a
commit
3c8798e4da
1 changed files with 14 additions and 0 deletions
14
.github/workflows/test.yml
vendored
Normal file
14
.github/workflows/test.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: "run_tests.py"
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
- name: run_tests.py
|
||||
run: |
|
||||
./run_tests.py
|
Loading…
Add table
Add a link
Reference in a new issue