Setup CI using Actions

This commit is contained in:
Steve Winton 2019-11-01 07:51:39 -05:00 committed by Clare Liguori
commit d322a17a44

16
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: "test-local"
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test