mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-01-08 21:16:58 -06:00
PR-387478: Desactivar la instalación de dependencias en las acciones de GitHub
This commit is contained in:
parent
b87fa1a511
commit
a4ce4c5746
2
.github/workflows/main-workflow.yml
vendored
2
.github/workflows/main-workflow.yml
vendored
@ -43,6 +43,7 @@ jobs:
|
||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||
with:
|
||||
component: true
|
||||
install: false
|
||||
|
||||
# Job to run Cypress End to End tests
|
||||
end-to-end-testing:
|
||||
@ -59,6 +60,7 @@ jobs:
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||
with:
|
||||
install: false
|
||||
build: npm run build
|
||||
start: npm start
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user