Skip to content

Commit 5bb98eb

Browse files
authored
mysql on CI has gone rogue; disable? (#1996)
1 parent 6fdafc3 commit 5bb98eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ environment:
3131
SqlServerConnectionString: Server=(local)\SQL2019;Database=tempdb;User ID=sa;Password=Password12!
3232

3333
services:
34-
- mysql
34+
# - mysql
3535
- postgresql
3636

3737
init:
@@ -46,7 +46,7 @@ build_script:
4646
# Postgres
4747
- createdb test
4848
# MySQL
49-
- mysql -e "create database test;" --user=root
49+
# - mysql -e "create database test;" --user=root
5050
# Our stuff
5151
- ps: .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages $true
5252

0 commit comments

Comments
 (0)