Skip to content

Commit 78dacf7

Browse files
committed
test
1 parent 472cd37 commit 78dacf7

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: Run server
20+
run: python server.py
1921
- name: Run client
2022
run: python client.py

0 commit comments

Comments
 (0)