chore: remove sqlite for now, again

This commit is contained in:
Zach Daniel 2023-11-29 21:23:58 -05:00
parent 9c0a66b154
commit 5315d3d6c4

View file

@ -11,8 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
project:
[
project: [
{ org: "ash-project", name: "ash_postgres" },
{ org: "ash-project", name: "ash_csv" },
{ org: "ash-project", name: "ash_double_entry" },
@ -22,7 +21,7 @@ jobs:
{ org: "ash-project", name: "ash_admin" },
{ org: "ash-project", name: "ash_archival" },
{ org: "ash-project", name: "ash_state_machine" },
{ org: "ash-project", name: "ash_sqlite" },
# { org: "ash-project", name: "ash_sqlite" },
{ org: "ash-project", name: "ash_paper_trail" },
{ org: "team-alembic", name: "ash_authentication" },
{ org: "team-alembic", name: "ash_authentication_phoenix" },