浏览代码

ci: disable mssql test

Nicolas Giard 9 月之前
父节点
当前提交
ef5ab0ecb8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -89,7 +89,7 @@ jobs:
 
 
     strategy:
     strategy:
       matrix:
       matrix:
-        dbtype: [postgres, mysql, mariadb, mssql, sqlite]
+        dbtype: [postgres, mysql, mariadb, sqlite]
 
 
     steps:
     steps:
     - uses: actions/checkout@v4
     - uses: actions/checkout@v4