Jelajahi Sumber

ci: disable mssql test

Nicolas Giard 1 tahun lalu
induk
melakukan
ef5ab0ecb8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .github/workflows/build.yml

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

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