PR-149165: adding testing pipelines and npx cli command. #1
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
component: true
|
component: true
|
||||||
publish-npm:
|
publish-npm:
|
||||||
needs: [ build, cypress-run, cypress-run-component ]
|
needs: [ build, cypress-run-component ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
2
.github/workflows/npm-test.yml
vendored
2
.github/workflows/npm-test.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
component: true
|
component: true
|
||||||
test-build-package:
|
test-build-package:
|
||||||
needs: [ test, cypress-run, cypress-run-component ]
|
needs: [ test, cypress-run-component ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user