From 5c9aa4f9f0e5050662418a4146eb59ce0164a478 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 17 Feb 2026 13:13:33 +0100 Subject: [PATCH] Fix --- .github/workflows/ci-e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index edc37fba..9bca649f 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -38,8 +38,8 @@ jobs: env: SKIP_DB_CLEANUP: true # Don't try to stop Docker in CI run: | - yarn install -W supabase - supabase stop --no-backup + npm install -g supabase + supabase stop --no-backup || true yarn test:e2e - name: Upload Playwright report