Skip to content

Commit

Permalink
Add the FCM secret to applicable CI paths. (#3117)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwu52 authored May 29, 2020
1 parent 6e6dbe2 commit b57d68a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: yarn build
- name: Run unit tests
run: xvfb-run yarn test:ci
env:
FCM_TEST_PROJECT_SERVER_KEY: $${{secrets.FCM_TEST_PROJECT_SERVER_KEY}}
- name: Generate coverage file
run: yarn ci:coverage
- name: Run coverage
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
run: yarn build
- name: Run tests on changed packages
run: xvfb-run yarn test:changed
env:
FCM_TEST_PROJECT_SERVER_KEY: $${{secrets.FCM_TEST_PROJECT_SERVER_KEY}}

0 comments on commit b57d68a

Please sign in to comment.