mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-29 11:15:00 +00:00
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
aafeed409c
commit
c927210c8d
4
.github/workflows/backend_tests.yml
vendored
4
.github/workflows/backend_tests.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user