attempt to run migrations from scratch for sqlite in ci since it does not support the migrations w/ burnettk

This commit is contained in:
jasquat 2023-02-27 17:00:34 -05:00
parent aafeed409c
commit c927210c8d
No known key found for this signature in database

View File

@ -119,6 +119,10 @@ jobs:
pipx inject --pip-args=--constraint=.github/workflows/constraints.txt nox nox-poetry
nox --version
- name: Setup sqlite
if: matrix.database == 'sqlite'
run: ./bin/recreate_db clean rmall
- name: Setup Mysql
uses: mirromutth/mysql-action@v1.1
with: