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 1b6aa85 commit 0240980Copy full SHA for 0240980
.github/workflows/ci.yml
@@ -39,7 +39,8 @@ jobs:
39
echo "FIREBASE_CLIENT_EMAIL=${{ secrets.FIREBASE_CLIENT_EMAIL }}" >> .env
40
- name: Debug
41
working-directory: ${{ matrix.service }}
42
- run: cat .env
+ run: |
43
+ echo "FIREBASE_PROJECT_ID=${{ secrets.FIREBASE_PROJECT_ID }}"
44
- name: Tests
45
46
run: npm test
0 commit comments