We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b9753 commit 45b9b4bCopy full SHA for 45b9b4b
.github/workflows/test.yml
@@ -65,7 +65,6 @@ jobs:
65
QUESTION_SERVICE_URL: ${{ vars.QUESTION_SERVICE_URL }}
66
run: |
67
curl -sSL $QUESTION_SERVICE_URL
68
- # curl -fsSL $FRONTEND_URL
69
- # curl -fsSL l $USER_SERVICE_URL
+ curl -fsSL $USER_SERVICE_URL
70
71
# We can add more tests here
0 commit comments