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 472cd37 commit 78dacf7Copy full SHA for 78dacf7
.github/workflows/first.yml
@@ -16,5 +16,7 @@ jobs:
16
python-version: "3.11"
17
- name: Install requirements
18
run: pip install -r requirements.txt
19
+ - name: Run server
20
+ run: python server.py
21
- name: Run client
22
run: python client.py
0 commit comments