Skip to content

Commit 9549d14

Browse files
committed
fixed action
1 parent 1d83e1c commit 9549d14

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/fe_e2e.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ jobs:
5656
python backend/ai_analyze_service/app.py &
5757
python backend/auth_service/app.py &
5858
python backend/notes_crud_service/app.py &
59-
wait
59+
60+
# Wait for services
61+
- name: Wait for services
62+
run: sleep 20
6063

6164
# Set up Node
6265
- name: Set up Node.js

0 commit comments

Comments
 (0)