ci testing
This commit is contained in:
@@ -9,12 +9,15 @@ on: # rebuild any PRs and main branch changes
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
# build: # make sure build/ci work properly
|
package: # make sure build/ci work properly
|
||||||
# runs-on: ubuntu-latest
|
name: Package
|
||||||
# steps:
|
runs-on: ubuntu-latest
|
||||||
# - uses: actions/checkout@v2
|
steps:
|
||||||
# - run: npm install
|
- uses: actions/checkout@v2
|
||||||
# - run: npm run pack
|
- run: npm install
|
||||||
|
name: NPM Install
|
||||||
|
- run: npm run pack
|
||||||
|
name: Format Check, Lint, Unit Tests, Build and Package
|
||||||
|
|
||||||
smoke-test: # make sure the action works on a clean machine without building
|
smoke-test: # make sure the action works on a clean machine without building
|
||||||
name: Smoke Test
|
name: Smoke Test
|
||||||
@@ -22,6 +25,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: ./
|
- uses: ./
|
||||||
|
name: actions/delete-package-versions
|
||||||
with:
|
with:
|
||||||
package-name: 'com.github.actions.test-package'
|
package-name: 'com.github.actions.test-package'
|
||||||
num-old-versions-to-delete: 0
|
num-old-versions-to-delete: 0
|
||||||
Reference in New Issue
Block a user