Skip to content

Commit

Permalink
ci: disable mssql test
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Sep 1, 2024
1 parent b9fb17d commit ef5ab0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

strategy:
matrix:
dbtype: [postgres, mysql, mariadb, mssql, sqlite]
dbtype: [postgres, mysql, mariadb, sqlite]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ef5ab0e

Please sign in to comment.