mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
fix error on tests
This commit is contained in:
parent
68f301b972
commit
78dd0542d3
1 changed files with 4 additions and 0 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -8,6 +8,10 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
env:
|
||||||
|
MONGO_URI: mongodb://localhost:27017
|
||||||
|
MONGO_DATABASE: evaluetonsavoir
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-and-tests:
|
lint-and-tests:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue