Run tests on the CI

This commit is contained in:
Suzanne Soy 2021-02-21 19:04:21 +00:00 committed by GitHub
parent 4a5ea32f2c
commit ced9ae470a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.github/workflows/blank.yml vendored Normal file
View 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