Skip to content

Commit 2e9e648

Browse files
committed
Update test-all.yml
1 parent 230cd48 commit 2e9e648

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: yarn build
2626
- name: Run unit tests
2727
run: xvfb-run yarn test:ci
28+
env:
29+
FCM_TEST_PROJECT_SERVER_KEY: $${{secrets.FCM_TEST_PROJECT_SERVER_KEY}
2830
- name: Generate coverage file
2931
run: yarn ci:coverage
3032
- name: Run coverage

0 commit comments

Comments
 (0)