PR-387478: Desactivar la instalación de dependencias en las acciones de GitHub

This commit is contained in:
Alejandro Lembke Barrientos 2024-02-13 21:31:09 +00:00
parent b87fa1a511
commit a4ce4c5746

View File

@ -43,6 +43,7 @@ jobs:
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 component: true
install: false
# Job to run Cypress End to End tests # Job to run Cypress End to End tests
end-to-end-testing: end-to-end-testing:
@ -59,6 +60,7 @@ 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:
install: false
build: npm run build build: npm run build
start: npm start start: npm start