fix env vars

This commit is contained in:
Cayo Puigdefabregas 2022-05-24 17:20:17 +02:00
parent a5d3976274
commit ef570232e7
1 changed files with 1 additions and 1 deletions

View File

@ -74,6 +74,7 @@ jobs:
run: |
alembic -x inventory=dbtest upgrade head
dh dummy --yes
flask run & pytest tests/test_selenium.py
- name: Lint with flake8
run: |
@ -92,7 +93,6 @@ jobs:
coverage run --source='ereuse_devicehub' -m pytest -m mvp --maxfail=5 tests/
coverage report --include='ereuse_devicehub/*'
coverage xml
flask run & pytest tests/test_selenium.py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1