mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-01-09 05:26:58 -06:00
PR-421183: trying to fix the pipeline of cypress.
This commit is contained in:
parent
6ddae0d441
commit
19c805830f
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
# Install NPM dependencies, cache them correctly
|
||||
# and run all Cypress tests
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action # use the explicit version number
|
||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||
with:
|
||||
build: npm run build
|
||||
start: npm start
|
||||
|
3
.github/workflows/npm-test.yml
vendored
3
.github/workflows/npm-test.yml
vendored
@ -28,11 +28,10 @@ jobs:
|
||||
# Install NPM dependencies, cache them correctly
|
||||
# and run all Cypress tests
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action # use the explicit version number
|
||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||
with:
|
||||
build: npm run build
|
||||
start: npm start
|
||||
|
||||
test-build-package:
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user