mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 18:33:57 +01:00
Update tests.yml to make it WORK
This commit is contained in:
parent
b09bf688b4
commit
9e47dd0c4b
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -20,7 +20,10 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Start API server
|
||||
- name: Start API server & set ENV
|
||||
env:
|
||||
MONGO_URI: ${{ secrets.MONGO_URI }}
|
||||
TEST_NOVA_KEY: ${{ secrets.NOVA_KEY }}
|
||||
run: |
|
||||
python run
|
||||
|
||||
|
|
Loading…
Reference in a new issue