Update build.yml

This commit is contained in:
James Ives 2019-11-19 10:07:53 -05:00 committed by GitHub
parent 57307078f5
commit 1d5fd60054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: unit
on:
push:
branches:
- master
- dev
jobs:
unit-test:
runs-on: ubuntu-latest
@ -13,4 +13,4 @@ jobs:
- name: Install and Test
run: |
npm install
npm run-script test
npm run-script test