mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-06 15:29:40 +00:00
Merge pull request #4 from wesleytodd/use-local
Use local action in tests and run verification on master
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user