mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 17:35:27 +08:00
set config
This commit is contained in:
parent
c748ab22e6
commit
e74362dd9f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run db migration
|
- name: Run db migration
|
||||||
run: |
|
run: |
|
||||||
poetry run alembic upgrade head
|
CONFIG=tests/test.env poetry run alembic upgrade head
|
||||||
|
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue