From 73ca38eb0ab61071d67f5a5cca4e690c6b4e2c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Abadesso?= Date: Wed, 26 Feb 2025 11:15:41 -0300 Subject: [PATCH] chore: ignoring scripts on cypress --- .github/workflows/e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 53cd0a40..f79bd623 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -37,3 +37,4 @@ jobs: wait-on: 'http://localhost:3000' wait-on-timeout: 120 browser: chrome + install-command: npm ci --ignore-scripts