PR-149165: Fixing cypress.
This commit is contained in:
parent
a61eade18c
commit
618ceabb97
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@ -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
|
||||
|
2
.github/workflows/npm-test.yml
vendored
2
.github/workflows/npm-test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user