set config

This commit is contained in:
Son 2022-05-01 17:22:05 +02:00
parent c748ab22e6
commit e74362dd9f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ jobs:
- name: Run db migration
run: |
poetry run alembic upgrade head
CONFIG=tests/test.env poetry run alembic upgrade head
- name: Test with pytest
run: |