From a4ce4c574621fe8d46cb9f6b7a971f7d9c62b38f Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Tue, 13 Feb 2024 21:31:09 +0000 Subject: [PATCH] =?UTF-8?q?PR-387478:=20Desactivar=20la=20instalaci=C3=B3n?= =?UTF-8?q?=20de=20dependencias=20en=20las=20acciones=20de=20GitHub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main-workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main-workflow.yml b/.github/workflows/main-workflow.yml index d7772db..8d10876 100644 --- a/.github/workflows/main-workflow.yml +++ b/.github/workflows/main-workflow.yml @@ -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