Skip to content

Commit

Permalink
fix: suppress output of curl
Browse files Browse the repository at this point in the history
  • Loading branch information
tituschewxj committed Oct 8, 2024
1 parent 9650fc6 commit bba2f31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
USER_SERVICE_URL: ${{ vars.USER_SERVICE_URL }}
QUESTION_SERVICE_URL: ${{ vars.QUESTION_SERVICE_URL }}
run: |
curl -sSL $QUESTION_SERVICE_URL
curl -fsSL $USER_SERVICE_URL
curl -fsSL $FRONTEND_URL
curl -sSL -o /dev/null $QUESTION_SERVICE_URL
curl -fsSL -o /dev/null $USER_SERVICE_URL
curl -fsSL -o /dev/null $FRONTEND_URL
# We can add more tests here

0 comments on commit bba2f31

Please sign in to comment.