Merge pull request #4 from wesleytodd/use-local

Use local action in tests and run verification on master
This commit is contained in:
Bryan MacFarlane 2019-09-22 06:52:07 -04:00 committed by GitHub
commit 0a902f2c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
name: "Run JavaScript Action"
on:
pull_request:
push:
branches:
branches:
- master
- 'releases/*' # only run in release distribution branches
jobs:
@ -13,5 +15,5 @@ jobs:
- run: npm ci
- run: npm test
- uses: ./
with:
with:
milliseconds: 1000