Run tests on the CI
This commit is contained in:
parent
4a5ea32f2c
commit
ced9ae470a
16
.github/workflows/blank.yml
vendored
Normal file
16
.github/workflows/blank.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
# also executable manually
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run tests
|
||||
run: ./test.py
|
Loading…
Reference in New Issue
Block a user