Skip to content

Commit 40400bc

Browse files
committed
fix(ci): provide placeholder google creds to frontend-e2e job
1 parent a2faf8e commit 40400bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
- run: npm ci
7676
- run: npm run init:playwright -w frontend
7777
- run: npm run test:e2e -w frontend
78+
env:
79+
GOOGLE_CLIENT_EMAIL: e2e@example.com
80+
GOOGLE_PRIVATE_KEY: e2e-emulator-placeholder
7881
- uses: actions/upload-artifact@v4
7982
if: always()
8083
with:

0 commit comments

Comments
 (0)