Skip to content

Commit 9650fc6

Browse files
committed
fix: add sleep
1 parent 45b9b4b commit 9650fc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
cd ./apps
5959
docker-compose up --build -d
6060
61+
- name: Wait for services to be ready
62+
run: sleep 30
63+
6164
- name: Run Tests
6265
env:
6366
FRONTEND_URL: ${{ vars.FRONTEND_URL }}
@@ -66,5 +69,6 @@ jobs:
6669
run: |
6770
curl -sSL $QUESTION_SERVICE_URL
6871
curl -fsSL $USER_SERVICE_URL
72+
curl -fsSL $FRONTEND_URL
6973
7074
# We can add more tests here

0 commit comments

Comments
 (0)