Skip to content

Commit cab2b2c

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

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,9 @@ jobs:
7676
run: |
7777
cd ./apps/question-service
7878
echo "$QUESTION_FIREBASE_JSON" > "./$QUESTION_FIREBASE_CREDENTIAL_PATH"
79-
echo "Created question service credential file at: $QUESTION_FIREBASE_CREDENTIAL_PATH"
80-
echo "Current directory after cd to question-service: $(pwd)"
81-
ls -la
8279
8380
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"
8881
echo "$HISTORY_FIREBASE_JSON" > "./$HISTORY_FIREBASE_CREDENTIAL_PATH"
89-
echo "Created history service credential file at: $HISTORY_FIREBASE_CREDENTIAL_PATH"
90-
echo "Current directory after cd to history-service: $(pwd)"
91-
ls -la
9282
9383
- name: Build and Run Services
9484
run: |

0 commit comments

Comments
 (0)