Skip to content

Commit 0240980

Browse files
committed
Test ci
1 parent 1b6aa85 commit 0240980

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
echo "FIREBASE_CLIENT_EMAIL=${{ secrets.FIREBASE_CLIENT_EMAIL }}" >> .env
4040
- name: Debug
4141
working-directory: ${{ matrix.service }}
42-
run: cat .env
42+
run: |
43+
echo "FIREBASE_PROJECT_ID=${{ secrets.FIREBASE_PROJECT_ID }}"
4344
- name: Tests
4445
working-directory: ${{ matrix.service }}
4546
run: npm test

0 commit comments

Comments
 (0)