ci: run tests on github actions

This commit is contained in:
Tom French
2022-08-23 17:14:46 +01:00
parent 973868c654
commit c40b5e4d5d
2 changed files with 18 additions and 121 deletions

18
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Test
on:
push:
branches:
- master
pull_request:
branches: '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up environment
uses: ./.github/actions/setup
- name: Test
run: yarn test