Skip to content

Commit 81c4e36

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,9 @@ jobs:
7575
HISTORY_FIREBASE_CREDENTIAL_PATH: ${{ vars.HISTORY_SERVICE_FIREBASE_CREDENTIAL_PATH }}
7676
run: |
7777
cd ./apps/question-service
78-
mkdir -p ./apps/question-service
7978
echo "$QUESTION_FIREBASE_JSON" > "./$QUESTION_FIREBASE_CREDENTIAL_PATH"
8079
8180
cd ../history-service
82-
mkdir -p ./apps/history-service
8381
echo "$HISTORY_FIREBASE_JSON" > "./$HISTORY_FIREBASE_CREDENTIAL_PATH"
8482
8583
- name: Build and Run Services

0 commit comments

Comments
 (0)