mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
* Pester Tests Approach implementation. * changes for netPath
This commit is contained in:
@@ -25,4 +25,6 @@ $mysqlArchPath = Start-DownloadWithRetry -Url $MysqlVersionUrl -Name "mysql.zip"
|
||||
Extract-7Zip -Path $mysqlArchPath -DestinationPath "C:\"
|
||||
|
||||
# Adding mysql in system environment path
|
||||
Add-MachinePathItem $mysqlPath
|
||||
Add-MachinePathItem $mysqlPath
|
||||
|
||||
Invoke-PesterTests -TestFile "Databases" -TestName "MySQL"
|
||||
Reference in New Issue
Block a user