We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6dbe2 commit b57d68aCopy full SHA for b57d68a
.github/workflows/test-all.yml
@@ -25,6 +25,8 @@ jobs:
25
run: yarn build
26
- name: Run unit tests
27
run: xvfb-run yarn test:ci
28
+ env:
29
+ FCM_TEST_PROJECT_SERVER_KEY: $${{secrets.FCM_TEST_PROJECT_SERVER_KEY}}
30
- name: Generate coverage file
31
run: yarn ci:coverage
32
- name: Run coverage
.github/workflows/test-changed.yml
@@ -28,3 +28,5 @@ jobs:
- name: Run tests on changed packages
run: xvfb-run yarn test:changed
0 commit comments