mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Windows] Improve MySQL install (#4646)
This commit is contained in:
@@ -65,7 +65,7 @@ Describe "PostgreSQL" {
|
||||
|
||||
Describe "MySQL" {
|
||||
It "MySQL CLI" {
|
||||
$MysqlMajorVersion = (Get-ToolsetContent).mysql.major_version
|
||||
mysql -V | Should -BeLike "*${MysqlMajorVersion}*"
|
||||
$MysqlVersion = (Get-ToolsetContent).mysql.version
|
||||
mysql -V | Should -BeLike "*${MysqlVersion}*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user