mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 20:53:58 +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
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
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: |
|
run: |
|
||||||
python run
|
python run
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue