Skip to content

Commit 49dbd3c

Browse files
committed
Update test.yml
1 parent b3bc499 commit 49dbd3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +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
8078
echo "$QUESTION_FIREBASE_JSON" > "$QUESTION_FIREBASE_CREDENTIAL_PATH"
8179
echo "Created question service credential file at: $QUESTION_FIREBASE_CREDENTIAL_PATH"
80+
echo "Current directory after cd to question-service: $(pwd)"
81+
ls -la
8282
8383
cd ../history-service
84-
echo "Current directory after cd to history-service: $(pwd)"
85-
ls -la
8684
echo "$HISTORY_FIREBASE_JSON" > "$HISTORY_FIREBASE_CREDENTIAL_PATH"
8785
echo "Created history service credential file at: $HISTORY_FIREBASE_CREDENTIAL_PATH"
86+
echo "Current directory after cd to history-service: $(pwd)"
87+
ls -la
8888
8989
- name: Build and Run Services
9090
run: |

0 commit comments

Comments
 (0)