mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 20:23:58 +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:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
MONGO_URI: ${{ secrets.MONGO_URI }}
|
||||
NOVA_KEY: ${{ secrets.NOVA_KEY }}
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
@ -21,9 +24,6 @@ jobs:
|
|||
pip install -r requirements.txt
|
||||
|
||||
- name: Start API server
|
||||
env:
|
||||
MONGO_URI: ${{ secrets.MONGO_URI }}
|
||||
NOVA_KEY: letstrythis
|
||||
run: |
|
||||
python run
|
||||
|
||||
|
|
Loading…
Reference in a new issue