mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 18:53:58 +01:00
no need for sleep
This commit is contained in:
parent
ee0c9e9d96
commit
299ef72860
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -27,8 +27,5 @@ jobs:
|
|||
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
|
||||
run: python tests
|
||||
|
|
Loading…
Reference in a new issue