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