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