ci: disable postgres temporarily

This commit is contained in:
Elliot DeNolf
2024-03-19 09:35:44 -04:00
parent 67f7c002c9
commit c9958e1634

View File

@@ -123,7 +123,12 @@ jobs:
strategy:
fail-fast: false
matrix:
database: [mongoose, postgres, postgres-custom-schema, postgres-uuid, supabase]
database:
- mongodb
# - postgres
# - postgres-custom-schema
# - postgres-uuid
# - supabase
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres