mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-01-09 05:26:58 -06:00
PR-579798: trying to fix Cypress component testing.
This commit is contained in:
parent
0852d39a40
commit
ab42b7ccc5
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@ -37,6 +37,8 @@ jobs:
|
||||
# and run all Cypress tests
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||
env:
|
||||
ENV: production
|
||||
with:
|
||||
component: true
|
||||
publish-npm:
|
||||
|
2
.github/workflows/npm-test.yml
vendored
2
.github/workflows/npm-test.yml
vendored
@ -43,6 +43,8 @@ jobs:
|
||||
# and run all Cypress tests
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||
env:
|
||||
ENV: production
|
||||
with:
|
||||
component: true
|
||||
test-build-package:
|
||||
|
Loading…
Reference in New Issue
Block a user