please work v2

This commit is contained in:
Game_Time 2023-08-20 15:29:32 +05:00 committed by GitHub
parent c263cc1626
commit 63c717652a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,9 +24,7 @@ jobs:
pip install -r requirements.txt
pip install uvicorn
- name: Start API server
- name: Start API server & run tests!
run: |
python run
- name: Run tests
run: python tests