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 bc820c0 commit 66d9cccCopy full SHA for 66d9ccc
.github/workflows/test-all.yml
@@ -38,6 +38,8 @@ jobs:
38
run: |
39
xvfb-run yarn test:ci
40
node scripts/print_test_logs.js
41
+ env:
42
+ FIREBASE_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}
43
- name: Generate coverage file
44
run: yarn ci:coverage
45
- name: Run coverage
.github/workflows/test-changed-misc.yml
@@ -30,4 +30,6 @@ jobs:
30
- name: build
31
run: yarn build:changed misc
32
- name: Run tests
33
- run: yarn test:changed misc
+ run: yarn test:changed misc
34
35
0 commit comments