mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-01-08 21:16: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
|
||||
# Install NPM dependencies, cache them correctly
|
||||
# and run all Cypress tests
|
||||
- name: Install dependencies
|
||||
run: npm ci --legacy-peer-deps
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||
with:
|
||||
@ -52,6 +54,8 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
# Install NPM dependencies, cache them correctly
|
||||
# and run all Cypress tests
|
||||
- name: Install dependencies
|
||||
run: npm ci --legacy-peer-deps
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user