Skip to content

Commit 18e4133

Browse files
committed
test
1 parent 1576c13 commit 18e4133

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/first.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ jobs:
1616
python-version: "3.11"
1717
- name: Install requirements
1818
run: pip install -r requirements.txt
19+
- name: Wait for server to be ready
20+
run: sleep 5
1921
- name: Run client
2022
run: python client.py

0 commit comments

Comments
 (0)