File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,16 @@ jobs:
75
75
HISTORY_FIREBASE_CREDENTIAL_PATH : ${{ vars.HISTORY_SERVICE_FIREBASE_CREDENTIAL_PATH }}
76
76
run : |
77
77
cd ./apps/question-service
78
+ echo "Current directory after cd to question-service: $(pwd)"
79
+ ls -la
78
80
echo "$QUESTION_FIREBASE_JSON" > "$QUESTION_FIREBASE_CREDENTIAL_PATH"
81
+ echo "Created question service credential file at: $QUESTION_FIREBASE_CREDENTIAL_PATH"
79
82
80
83
cd ../history-service
84
+ echo "Current directory after cd to history-service: $(pwd)"
85
+ ls -la
81
86
echo "$HISTORY_FIREBASE_JSON" > "$HISTORY_FIREBASE_CREDENTIAL_PATH"
87
+ echo "Created history service credential file at: $HISTORY_FIREBASE_CREDENTIAL_PATH"
82
88
83
89
- name : Build and Run Services
84
90
run : |
You can’t perform that action at this time.
0 commit comments