Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 811261b
Author: Ryan Chia <ryan_chia8@hotmail.com>
Date:   Sun Oct 20 14:18:24 2024 +0800

    2nd try

commit 99b08d8
Author: Ryan Chia <ryan_chia8@hotmail.com>
Date:   Sun Oct 20 14:10:33 2024 +0800

    1st try
  • Loading branch information
chiaryan committed Oct 20, 2024
1 parent f029e9a commit bd4d597
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- staging
- frontend-websocket-test
pull_request:
branches:
- main
Expand All @@ -27,6 +28,7 @@ jobs:
env:
QUESTION_SERVICE_URL: ${{ vars.QUESTION_SERVICE_URL }}
USER_SERVICE_URL: ${{ vars.USER_SERVICE_URL }}
MATCHING_SERVICE_URL: ${{ vars.MATCHING_SERVICE_URL }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
FIREBASE_CREDENTIAL_PATH: ${{ vars.QUESTION_SERVICE_FIREBASE_CREDENTIAL_PATH }}
DB_CLOUD_URI: ${{ secrets.USER_SERVICE_DB_CLOUD_URI }}
Expand All @@ -35,6 +37,7 @@ jobs:
cd ./apps/frontend
echo "NEXT_PUBLIC_QUESTION_SERVICE_URL=$QUESTION_SERVICE_URL" >> .env
echo "NEXT_PUBLIC_USER_SERVICE_URL=$USER_SERVICE_URL" >> .env
echo "NEXT_PUBLIC_MATCHING_SERVICE_URL=$MATCHING_SERVICE_URL" >> .env
cd ../question-service
echo "FIREBASE_CREDENTIAL_PATH=$FIREBASE_CREDENTIAL_PATH" >> .env
Expand Down

0 comments on commit bd4d597

Please sign in to comment.