PR-149165: adding testing pipelines and npx cli command. #1

Merged
aleleba merged 4 commits from PR-149165 into master 2023-10-06 21:58:16 -06:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 618ceabb97 - Show all commits

View File

@ -26,7 +26,7 @@ jobs:
with:
component: true
publish-npm:
needs: [ build, cypress-run, cypress-run-component ]
needs: [ build, cypress-run-component ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

View File

@ -32,7 +32,7 @@ jobs:
with:
component: true
test-build-package:
needs: [ test, cypress-run, cypress-run-component ]
needs: [ test, cypress-run-component ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3