From 504b3fc86135e3a446254dc8504b04e5bfcf2d1e Mon Sep 17 00:00:00 2001 From: Mallepally Lokeshwar Reddy Date: Fri, 7 Jun 2024 15:39:47 +0530 Subject: [PATCH] Ignore build proces on temporary basis --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 2b03b0ce..62dff0d7 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -74,7 +74,7 @@ jobs: config-file: cypress.config.js group: "GitHub Actions" install-command: npm install --legacy-peer-deps - build: npm run build + # build: npm run build start: npm run dev wait-on: "http://localhost:5173" env: