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
064d338c7b
commit
3613816dd1
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@ -38,8 +38,8 @@ jobs:
|
|||||||
- name: Cypress run
|
- name: Cypress run
|
||||||
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
|
|
||||||
runTests: false
|
runTests: false
|
||||||
|
start: npm run cy:run-component
|
||||||
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
@ -44,8 +44,8 @@ jobs:
|
|||||||
- name: Cypress run
|
- name: Cypress run
|
||||||
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
|
|
||||||
runTests: false
|
runTests: false
|
||||||
|
start: npm run cy:run-component
|
||||||
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