There was an error while loading. Please reload this page.
1 parent a2faf8e commit 40400bcCopy full SHA for 40400bc
1 file changed
.github/workflows/ci.yml
@@ -75,6 +75,9 @@ jobs:
75
- run: npm ci
76
- run: npm run init:playwright -w frontend
77
- run: npm run test:e2e -w frontend
78
+ env:
79
+ GOOGLE_CLIENT_EMAIL: e2e@example.com
80
+ GOOGLE_PRIVATE_KEY: e2e-emulator-placeholder
81
- uses: actions/upload-artifact@v4
82
if: always()
83
with:
0 commit comments