auto-run tests on github

This commit is contained in:
Wouter Groeneveld 2021-03-07 20:47:13 +01:00
parent b723dd40d0
commit c1035cd8f0
1 changed files with 11 additions and 0 deletions

11
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test