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 6ad4bff commit b3bc499
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,16 @@ jobs:
HISTORY_FIREBASE_CREDENTIAL_PATH: ${{ vars.HISTORY_SERVICE_FIREBASE_CREDENTIAL_PATH }}
run: |
cd ./apps/question-service
echo "Current directory after cd to question-service: $(pwd)"
ls -la
echo "$QUESTION_FIREBASE_JSON" > "$QUESTION_FIREBASE_CREDENTIAL_PATH"
echo "Created question service credential file at: $QUESTION_FIREBASE_CREDENTIAL_PATH"
cd ../history-service
echo "Current directory after cd to history-service: $(pwd)"
ls -la
echo "$HISTORY_FIREBASE_JSON" > "$HISTORY_FIREBASE_CREDENTIAL_PATH"
echo "Created history service credential file at: $HISTORY_FIREBASE_CREDENTIAL_PATH"
- name: Build and Run Services
run: |
Expand Down

0 comments on commit b3bc499

Please sign in to comment.