attempt to run migrations from scratch for sqlite in ci since it does not support the migrations w/ burnettk
This commit is contained in:
parent
35c93e3f7e
commit
c428158de6
|
@ -119,6 +119,10 @@ jobs:
|
||||||
pipx inject --pip-args=--constraint=.github/workflows/constraints.txt nox nox-poetry
|
pipx inject --pip-args=--constraint=.github/workflows/constraints.txt nox nox-poetry
|
||||||
nox --version
|
nox --version
|
||||||
|
|
||||||
|
- name: Setup sqlite
|
||||||
|
if: matrix.database == 'sqlite'
|
||||||
|
run: ./bin/recreate_db clean rmall
|
||||||
|
|
||||||
- name: Setup Mysql
|
- name: Setup Mysql
|
||||||
uses: mirromutth/mysql-action@v1.1
|
uses: mirromutth/mysql-action@v1.1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue