mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 20:33:58 +01:00
Update tests.yml to use mongo_uri from actions
This commit is contained in:
parent
d1e48324f9
commit
70c8dec419
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
MONGO_URI: justtotes
|
MONGO_URI: ${{ secrets.MONGO_URI }}
|
||||||
NOVA_KEY: ${{ secrets.NOVA_KEY }}
|
NOVA_KEY: ${{ secrets.NOVA_KEY }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue