updated action for build and smoke test
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
name: "build-test"
|
||||
name: Build and Smoke Test
|
||||
|
||||
on: # rebuild any PRs and main branch changes
|
||||
pull_request:
|
||||
push:
|
||||
@@ -7,17 +8,17 @@ on: # rebuild any PRs and main branch changes
|
||||
- 'releases/*'
|
||||
|
||||
jobs:
|
||||
|
||||
build: # make sure build/ci work properly
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: |
|
||||
npm install
|
||||
npm run all
|
||||
test: # make sure the action works on a clean machine without building
|
||||
- uses: actions/checkout@v2
|
||||
- run: npm run pack
|
||||
|
||||
smoke-test: # make sure the action works on a clean machine without building
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./
|
||||
with:
|
||||
milliseconds: 1000
|
||||
with:
|
||||
num-old-versions-to-delete: 0
|
||||
Reference in New Issue
Block a user