Skip to content

Commit a3a75fc

Browse files
committed
Update ci
1 parent 4db9f1b commit a3a75fc

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)