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.
2 parents 01c67b8 + a3a75fc commit fe04757Copy full SHA for fe04757
.github/workflows/ci.yml
@@ -4,9 +4,6 @@ on:
4
push:
5
branches:
6
- "*"
7
- pull_request:
8
- branches:
9
- - "*"
10
11
env:
12
NODE_VERSION: 20
@@ -43,10 +40,6 @@ jobs:
43
40
echo "FIREBASE_CLIENT_EMAIL=${{ env.FIREBASE_CLIENT_EMAIL }}" >> .env
44
41
45
42
echo "FIREBASE_STORAGE_BUCKET=${{ env.FIREBASE_STORAGE_BUCKET }}" >> .env
46
- - name: Debug
47
- working-directory: ${{ matrix.service }}
48
- run: |
49
- echo "FIREBASE_PROJECT_ID=${{ env.FIREBASE_PROJECT_ID }}"
50
- name: Tests
51
working-directory: ${{ matrix.service }}
52
run: npm test
0 commit comments