Skip to content

Commit 45b9b4b

Browse files
committed
fix: add test for user service
1 parent 33b9753 commit 45b9b4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
QUESTION_SERVICE_URL: ${{ vars.QUESTION_SERVICE_URL }}
6666
run: |
6767
curl -sSL $QUESTION_SERVICE_URL
68-
# curl -fsSL $FRONTEND_URL
69-
# curl -fsSL l $USER_SERVICE_URL
68+
curl -fsSL $USER_SERVICE_URL
7069
7170
# We can add more tests here

0 commit comments

Comments
 (0)