This commit is contained in:
MartinBraquet
2026-02-17 13:13:33 +01:00
parent ae3b045772
commit 5c9aa4f9f0

View File

@@ -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