Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonng2001 committed Oct 28, 2024
1 parent 81a09c5 commit cab2b2c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,9 @@ jobs:
run: |
cd ./apps/question-service
echo "$QUESTION_FIREBASE_JSON" > "./$QUESTION_FIREBASE_CREDENTIAL_PATH"
echo "Created question service credential file at: $QUESTION_FIREBASE_CREDENTIAL_PATH"
echo "Current directory after cd to question-service: $(pwd)"
ls -la
cd ../history-service
echo "Current directory after cd to history-service: $(pwd)"
ls -la
echo "History Firebase JSON: $HISTORY_FIREBASE_JSON"
echo "History Firebase Credential Path: $HISTORY_FIREBASE_CREDENTIAL_PATH"
echo "$HISTORY_FIREBASE_JSON" > "./$HISTORY_FIREBASE_CREDENTIAL_PATH"
echo "Created history service credential file at: $HISTORY_FIREBASE_CREDENTIAL_PATH"
echo "Current directory after cd to history-service: $(pwd)"
ls -la
- name: Build and Run Services
run: |
Expand Down

0 comments on commit cab2b2c

Please sign in to comment.