Add stages in backend (#181)

This commit is contained in:
Erik Vroon
2023-05-02 19:23:52 +02:00
committed by GitHub
parent d2fddaf0fb
commit 352f46113c
46 changed files with 1190 additions and 405 deletions

View File

@@ -34,7 +34,7 @@ jobs:
working-directory: backend
- name: Run tests
run: SQLALCHEMY_SILENCE_UBER_WARNING=1 pipenv run pytest --cov --cov-report=xml .
run: pipenv run pytest --cov --cov-report=xml .
working-directory: backend
env:
ENVIRONMENT: CI