From cd822ad06b7be77ecace62d2f2aee141d60f2065 Mon Sep 17 00:00:00 2001 From: kobenguyent <7845001+kobenguyent@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:14:57 +0100 Subject: [PATCH] fix: workflow --- .github/workflows/e2-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2-tests.yml b/.github/workflows/e2-tests.yml index 0aab9dc..b556e3c 100644 --- a/.github/workflows/e2-tests.yml +++ b/.github/workflows/e2-tests.yml @@ -22,7 +22,7 @@ jobs: - run: git config --global user.name "GitHub CD bot" - run: git config --global user.email "github-cd-bot@example.com" - name: Install deps - run: npm i -g wait-for-localhost-cli && npm i + run: npm i -g wait-for-localhost-cli && npm i -f - name: Start app and run tests run: npm run serve & wait-for-localhost 8080; cd test/e2e; npm i && npx playwright install chromium && npm run test env: