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 ae4f691 commit 81a09c5Copy full SHA for 81a09c5
.github/workflows/test.yml
@@ -83,6 +83,8 @@ jobs:
83
cd ../history-service
84
echo "Current directory after cd to history-service: $(pwd)"
85
ls -la
86
+ echo "History Firebase JSON: $HISTORY_FIREBASE_JSON"
87
+ echo "History Firebase Credential Path: $HISTORY_FIREBASE_CREDENTIAL_PATH"
88
echo "$HISTORY_FIREBASE_JSON" > "./$HISTORY_FIREBASE_CREDENTIAL_PATH"
89
echo "Created history service credential file at: $HISTORY_FIREBASE_CREDENTIAL_PATH"
90
0 commit comments