Setup CI using Actions

This commit is contained in:
Steve Winton
2019-11-01 07:51:39 -05:00
committed by Clare Liguori
parent bb4ecd82fd
commit d322a17a44
+16
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