mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
[Windows] Add MySQL to the toolset (#4435)
This commit is contained in:
@@ -55,7 +55,7 @@ Describe "PostgreSQL" {
|
||||
|
||||
Describe "MySQL" {
|
||||
It "MySQL CLI" {
|
||||
"mysql -V" | Should -ReturnZeroExitCode
|
||||
$MysqlMajorMinor = (Get-ToolsetContent).Mysql.version
|
||||
mysql -V | Should -BeLike "*${MysqlMajorMinor}*"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user