mirror of
https://github.com/actions/javascript-action.git
synced 2025-12-11 05:07:02 +00:00
starting...
This commit is contained in:
14
.github/workflows/test.yml
vendored
Normal file
14
.github/workflows/test.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: "Run JavaScript Action"
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
- uses: .
|
||||
with:
|
||||
milliseconds: 1000
|
||||
Reference in New Issue
Block a user