mirror of
https://github.com/actions/javascript-action.git
synced 2025-12-10 12:52:36 +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"
|
name: "Run JavaScript Action"
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
- master
|
||||||
- 'releases/*' # only run in release distribution branches
|
- 'releases/*' # only run in release distribution branches
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -13,5 +15,5 @@ jobs:
|
|||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm test
|
- run: npm test
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
milliseconds: 1000
|
milliseconds: 1000
|
||||||
|
|||||||
Reference in New Issue
Block a user