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.
1 parent f50b89a commit 81c4e36Copy full SHA for 81c4e36
.github/workflows/test.yml
@@ -75,11 +75,9 @@ jobs:
75
HISTORY_FIREBASE_CREDENTIAL_PATH: ${{ vars.HISTORY_SERVICE_FIREBASE_CREDENTIAL_PATH }}
76
run: |
77
cd ./apps/question-service
78
- mkdir -p ./apps/question-service
79
echo "$QUESTION_FIREBASE_JSON" > "./$QUESTION_FIREBASE_CREDENTIAL_PATH"
80
81
cd ../history-service
82
- mkdir -p ./apps/history-service
83
echo "$HISTORY_FIREBASE_JSON" > "./$HISTORY_FIREBASE_CREDENTIAL_PATH"
84
85
- name: Build and Run Services
0 commit comments