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 35c93e3f7e
commit c428158de6
1 changed files with 4 additions and 0 deletions

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: