Skip to content

Commit b3bc499

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,16 @@ jobs:
7575
HISTORY_FIREBASE_CREDENTIAL_PATH: ${{ vars.HISTORY_SERVICE_FIREBASE_CREDENTIAL_PATH }}
7676
run: |
7777
cd ./apps/question-service
78+
echo "Current directory after cd to question-service: $(pwd)"
79+
ls -la
7880
echo "$QUESTION_FIREBASE_JSON" > "$QUESTION_FIREBASE_CREDENTIAL_PATH"
81+
echo "Created question service credential file at: $QUESTION_FIREBASE_CREDENTIAL_PATH"
7982
8083
cd ../history-service
84+
echo "Current directory after cd to history-service: $(pwd)"
85+
ls -la
8186
echo "$HISTORY_FIREBASE_JSON" > "$HISTORY_FIREBASE_CREDENTIAL_PATH"
87+
echo "Created history service credential file at: $HISTORY_FIREBASE_CREDENTIAL_PATH"
8288
8389
- name: Build and Run Services
8490
run: |

0 commit comments

Comments
 (0)