mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 21:43:57 +01:00
Update tests.yml
This commit is contained in:
parent
1d527cf18b
commit
188a6c3b70
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Start API server
|
- name: Start API server
|
||||||
env:
|
env:
|
||||||
MONGO_URI: ${{ secrets.MONGO_URI }}
|
MONGO_URI: ${{ secrets.MONGO_URI }}
|
||||||
TEST_NOVA_KEY: ${{ secrets.NOVA_KEY }}
|
NOVA_KEY: ${{ secrets.NOVA_KEY }}
|
||||||
run: |
|
run: |
|
||||||
python run
|
python run
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue