From 76abe4ad2892b6c79d8f35907cdc3feb95c360ca Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 17 Feb 2026 13:23:21 +0100 Subject: [PATCH] Fix --- .github/workflows/ci-e2e.yml | 4 +++- README.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index a332b66..7b8b49b 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -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 diff --git a/README.md b/README.md index 091e7de..4594653 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![CD](https://github.com/CompassConnections/Compass/actions/workflows/cd.yml/badge.svg)](https://github.com/CompassConnections/Compass/actions/workflows/cd.yml) [![CD API](https://github.com/CompassConnections/Compass/actions/workflows/cd-api.yml/badge.svg)](https://github.com/CompassConnections/Compass/actions/workflows/cd-api.yml) [![CI](https://github.com/CompassConnections/Compass/actions/workflows/ci.yml/badge.svg)](https://github.com/CompassConnections/Compass/actions/workflows/ci.yml) +[![CI E2E](https://github.com/CompassConnections/Compass/actions/workflows/ci-e2e.yml/badge.svg)](https://github.com/CompassConnections/Compass/actions/workflows/ci-e2e.yml) [![codecov](https://codecov.io/gh/CompassConnections/Compass/branch/main/graph/badge.svg)](https://codecov.io/gh/CompassConnections/Compass) [![Users](https://img.shields.io/badge/Users-500%2B-blue?logo=myspace)](https://www.compassmeet.com/stats)