mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-20 07:44:01 -05:00
Fix
This commit is contained in:
4
.github/workflows/ci-e2e.yml
vendored
4
.github/workflows/ci-e2e.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user