This commit is contained in:
MartinBraquet
2026-02-17 13:23:21 +01:00
parent e92f8afb46
commit 76abe4ad28
2 changed files with 4 additions and 1 deletions

View File

@@ -41,7 +41,9 @@ jobs:
- name: Run E2E tests
env:
SKIP_DB_CLEANUP: true # Don't try to stop Docker in CI
SKIP_DB_CLEANUP: true # Don't try to stop Docker in CI
FIREBASE_TOKEN: "dummy" # Suppresses auth warning
# or
run: |
supabase stop --no-backup || true
yarn test:e2e