Skip to content

Commit

Permalink
mysql on CI has gone rogue; disable? (#1996)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell authored Nov 11, 2023
1 parent 6fdafc3 commit 5bb98eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ environment:
SqlServerConnectionString: Server=(local)\SQL2019;Database=tempdb;User ID=sa;Password=Password12!

services:
- mysql
# - mysql
- postgresql

init:
Expand All @@ -46,7 +46,7 @@ build_script:
# Postgres
- createdb test
# MySQL
- mysql -e "create database test;" --user=root
# - mysql -e "create database test;" --user=root
# Our stuff
- ps: .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages $true

Expand Down

0 comments on commit 5bb98eb

Please sign in to comment.