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