From 9fcf98be9307e1e49f7db1d33cf30013d2b1a5ac Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Mon, 14 Apr 2025 18:39:10 +0530 Subject: [PATCH] chore: disable SQLite CI for now Signed-off-by: Akhil Narang --- .github/workflows/server-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index 78e8d7b0d6..deb4a0fa7a 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -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' }}