diff options
author | Vitaly Takmazov | 2023-02-01 21:57:41 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-02-01 22:19:36 +0300 |
commit | bada2c798719fff133e05d94cbe810ccb9769955 (patch) | |
tree | 3bfb01932ed6726e82234575dd763f538a910391 /.github | |
parent | 9b04009a35cf6e9cc4874aaa95ff2ca9708019ed (diff) |
CI: disable sqlite
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |