Skip to content

Commit fe04757

Browse files
authored
Merge pull request #39 from nicolelim02/chore/tests
Update ci
2 parents 01c67b8 + a3a75fc commit fe04757

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- "*"
7-
pull_request:
8-
branches:
9-
- "*"
107

118
env:
129
NODE_VERSION: 20
@@ -43,10 +40,6 @@ jobs:
4340
echo "FIREBASE_CLIENT_EMAIL=${{ env.FIREBASE_CLIENT_EMAIL }}" >> .env
4441
echo "FIREBASE_CLIENT_EMAIL=${{ env.FIREBASE_CLIENT_EMAIL }}" >> .env
4542
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 }}"
5043
- name: Tests
5144
working-directory: ${{ matrix.service }}
5245
run: npm test

0 commit comments

Comments
 (0)