Skip to content

Commit 81a09c5

Browse files
committed
Update test.yml
1 parent ae4f691 commit 81a09c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
cd ../history-service
8484
echo "Current directory after cd to history-service: $(pwd)"
8585
ls -la
86+
echo "History Firebase JSON: $HISTORY_FIREBASE_JSON"
87+
echo "History Firebase Credential Path: $HISTORY_FIREBASE_CREDENTIAL_PATH"
8688
echo "$HISTORY_FIREBASE_JSON" > "./$HISTORY_FIREBASE_CREDENTIAL_PATH"
8789
echo "Created history service credential file at: $HISTORY_FIREBASE_CREDENTIAL_PATH"
8890
echo "Current directory after cd to history-service: $(pwd)"

0 commit comments

Comments
 (0)