mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 19:03:57 +01:00
Closes #8
This commit is contained in:
parent
fb6dca5f7a
commit
24e3f9f2fd
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Start API server & set ENV
|
||||
- name: Start API server
|
||||
env:
|
||||
MONGO_URI: ${{ secrets.MONGO_URI }}
|
||||
TEST_NOVA_KEY: ${{ secrets.NOVA_KEY }}
|
||||
|
|
Loading…
Reference in a new issue