From cab2b2c6653d50a64956b364579a9676b4642437 Mon Sep 17 00:00:00 2001 From: solomonng2001 Date: Mon, 28 Oct 2024 13:59:20 +0800 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a739d0efa1..2a73652149 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |