ci: don't migrate tenants for ash_sqlite

This commit is contained in:
Zach Daniel 2024-04-05 19:48:50 -04:00
parent e9e6933ca1
commit 0a99500c82

View file

@ -81,7 +81,7 @@ jobs:
if: ${{matrix.project.name == 'ash_postgres' || matrix.project.name == 'ash_sqlite'}}
working-directory: ./${{matrix.project.name}}
- run: mix test.migrate_tenants
if: ${{matrix.project.name == 'ash_postgres' || matrix.project.name == 'ash_sqlite'}}
if: ${{matrix.project.name == 'ash_postgres'}}
working-directory: ./${{matrix.project.name}}
- name: mix compile --force --warnings-as-errors inside ./${{matrix.project.name}}
run: mix compile --force --warnings-as-errors