Selaa lähdekoodia

ci: disable mssql test

Nicolas Giard 9 kuukautta sitten
vanhempi
sitoutus
ef5ab0ecb8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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