chore: disable SQLite CI for now

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang 2025-04-14 18:39:10 +05:30
parent ec27078266
commit 9fcf98be93
No known key found for this signature in database
GPG key ID: 9DCC61E211BF645F

View file

@ -44,7 +44,7 @@ jobs:
name: Tests
uses: ./.github/workflows/_base-server-tests.yml
with:
enable-sqlite: true # This will test against both MariaDB and PostgreSQL
enable-sqlite: false # This will test against both MariaDB and SQLite if enabled
parallel-runs: 2
enable-coverage: ${{ github.event_name != 'pull_request' }}
fake-success: ${{ needs.checkrun.outputs.build != 'strawberry' }}