Skip to content

Commit 6ad4bff

Browse files
committed
Update test.yml
1 parent 81c4e36 commit 6ad4bff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ jobs:
7575
HISTORY_FIREBASE_CREDENTIAL_PATH: ${{ vars.HISTORY_SERVICE_FIREBASE_CREDENTIAL_PATH }}
7676
run: |
7777
cd ./apps/question-service
78-
echo "$QUESTION_FIREBASE_JSON" > "./$QUESTION_FIREBASE_CREDENTIAL_PATH"
78+
echo "$QUESTION_FIREBASE_JSON" > "$QUESTION_FIREBASE_CREDENTIAL_PATH"
7979
8080
cd ../history-service
81-
echo "$HISTORY_FIREBASE_JSON" > "./$HISTORY_FIREBASE_CREDENTIAL_PATH"
81+
echo "$HISTORY_FIREBASE_JSON" > "$HISTORY_FIREBASE_CREDENTIAL_PATH"
8282
8383
- name: Build and Run Services
8484
run: |

0 commit comments

Comments
 (0)