ci testing
This commit is contained in:
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@@ -9,12 +9,12 @@ on: # rebuild any PRs and main branch changes
|
||||
|
||||
jobs:
|
||||
|
||||
build: # make sure build/ci work properly
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: npm install
|
||||
- run: npm run pack
|
||||
# build: # make sure build/ci work properly
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - run: npm install
|
||||
# - run: npm run pack
|
||||
|
||||
smoke-test: # make sure the action works on a clean machine without building
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user