no need for sleep

This commit is contained in:
Game_Time 2023-08-19 19:21:26 +05:00 committed by GitHub
parent ee0c9e9d96
commit 299ef72860
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,9 +26,6 @@ jobs:
- name: Start API server - name: Start API server
run: | run: |
python run python run
- name: Wait for API server to start
run: sleep 10 # We can adjust this sleep duration as needed. idk how long the server takes to start
- name: Run tests - name: Run tests
run: python tests run: python tests