From bada2c798719fff133e05d94cbe810ccb9769955 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 1 Feb 2023 21:57:41 +0300 Subject: CI: disable sqlite --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c9d57e2..c2a9187f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - profile: [default, postgres, mysql, sqlserver, sqlite] + profile: [default, postgres, mysql, sqlserver] services: postgres: image: postgres -- cgit v1.2.3