mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-01-09 21:46:56 -06:00
PR-579798: trying to fix Cypress component testing.
This commit is contained in:
parent
f27cb45a7f
commit
0852d39a40
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@ -39,8 +39,6 @@ jobs:
|
|||||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||||
with:
|
with:
|
||||||
component: true
|
component: true
|
||||||
# quote the url to be safe against YML parsing surprises
|
|
||||||
wait-on: 'http://localhost:8080'
|
|
||||||
publish-npm:
|
publish-npm:
|
||||||
needs: [ test, cypress-run, cypress-run-component ]
|
needs: [ test, cypress-run, cypress-run-component ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
2
.github/workflows/npm-test.yml
vendored
2
.github/workflows/npm-test.yml
vendored
@ -45,8 +45,6 @@ jobs:
|
|||||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||||
with:
|
with:
|
||||||
component: true
|
component: true
|
||||||
# quote the url to be safe against YML parsing surprises
|
|
||||||
wait-on: 'http://localhost:8080'
|
|
||||||
test-build-package:
|
test-build-package:
|
||||||
needs: [ test, cypress-run, cypress-run-component ]
|
needs: [ test, cypress-run, cypress-run-component ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user