Skip to content

Commit 4d7746f

Browse files
committed
chore: mock fb envs
1 parent e457eaf commit 4d7746f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ jobs:
5757

5858
- name: Build Next.js application
5959
run: yarn next:build
60+
env:
61+
FIREBASE_SERVICE_ACCOUNT_KEY: '{
62+
"type": "service_account",
63+
"project_id": "your-project-id"
64+
}'
65+
FIREBASE_STORAGE_BUCKET: your-project-id.appspot.com
6066

6167
- name: Run smoke tests (fast)
6268
run: yarn next:test-smoke

0 commit comments

Comments
 (0)