mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-01-09 05:26:58 -06:00
PR-387478: Añadir comandos para instalar dependencias en el flujo de trabajo principal
This commit is contained in:
parent
8e189eab45
commit
b87fa1a511
4
.github/workflows/main-workflow.yml
vendored
4
.github/workflows/main-workflow.yml
vendored
@ -37,6 +37,8 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
# Install NPM dependencies, cache them correctly
|
# Install NPM dependencies, cache them correctly
|
||||||
# and run all Cypress tests
|
# and run all Cypress tests
|
||||||
|
- name: Install dependencies
|
||||||
|
run: npm ci --legacy-peer-deps
|
||||||
- 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:
|
||||||
@ -52,6 +54,8 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
# Install NPM dependencies, cache them correctly
|
# Install NPM dependencies, cache them correctly
|
||||||
# and run all Cypress tests
|
# and run all Cypress tests
|
||||||
|
- name: Install dependencies
|
||||||
|
run: npm ci --legacy-peer-deps
|
||||||
- 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user