Skip to content

Commit 41da374

Browse files
committed
Fix github CI
1 parent c2f48fc commit 41da374

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ jobs:
4747

4848
- name: Run E2E tests
4949
run: |
50-
NEXT_PUBLIC_API_URL=localhost:8088 NEXT_PUBLIC_FIREBASE_ENV=PROD yarn --cwd=web serve &
50+
NEXT_PUBLIC_API_URL=localhost:8088 \
51+
NEXT_PUBLIC_FIREBASE_ENV=PROD \
52+
NEXT_PUBLIC_FIREBASE_API_KEY=${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }} \
53+
yarn --cwd=web serve &
5154
npx wait-on http://localhost:3000
5255
npx playwright test tests/playwright
5356
SERVER_PID=$(fuser -k 3000/tcp)

0 commit comments

Comments
 (0)