mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-06 07:19:42 +00:00
update readme
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: "Run JavaScript Action"
|
||||
on: [pull_request, push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'releases/*' # only run in release distribution branches
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@ -9,6 +12,6 @@ jobs:
|
||||
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
- uses: .
|
||||
- uses: actions/javascript-action@releases/v1
|
||||
with:
|
||||
milliseconds: 1000
|
||||
|
Reference in New Issue
Block a user