chore: disable SQLite CI for now
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
ec27078266
commit
9fcf98be93
1 changed files with 1 additions and 1 deletions
2
.github/workflows/server-tests.yml
vendored
2
.github/workflows/server-tests.yml
vendored
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue