mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 22:13:57 +01:00
Merge branch 'NovaOSS:main' into main
This commit is contained in:
commit
6098ed44b6
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
@ -5,6 +5,9 @@ on: [pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
MONGO_URI: ${{ secrets.MONGO_URI }}
|
||||||
|
NOVA_KEY: ${{ secrets.NOVA_KEY }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
@ -21,9 +24,6 @@ jobs:
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Start API server
|
- name: Start API server
|
||||||
env:
|
|
||||||
MONGO_URI: ${{ secrets.MONGO_URI }}
|
|
||||||
NOVA_KEY: letstrythis
|
|
||||||
run: |
|
run: |
|
||||||
python run
|
python run
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue