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:
|
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