This commit is contained in:
MartinBraquet
2026-02-17 13:16:36 +01:00
parent 5c9aa4f9f0
commit e3907a3e64

View File

@@ -28,6 +28,11 @@ jobs:
distribution: 'temurin'
java-version: '21' # Required for firebase-tools@15+
- name: Setup Supabase CLI
uses: supabase/setup-cli@v1
with:
version: latest
- name: Install dependencies
run: yarn install --frozen-lockfile
@@ -38,7 +43,6 @@ jobs:
env:
SKIP_DB_CLEANUP: true # Don't try to stop Docker in CI
run: |
npm install -g supabase
supabase stop --no-backup || true
yarn test:e2e