소스 검색

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:
       matrix:
-        dbtype: [postgres, mysql, mariadb, mssql, sqlite]
+        dbtype: [postgres, mysql, mariadb, sqlite]
 
     steps:
     - uses: actions/checkout@v4