Skip to content

Commit 5bad241

Browse files
committed
Update runtests.ps1
1 parent d25374b commit 5bad241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/helix/content/runtests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $currentDirectory = Get-Location
1919
$env:PLAYWRIGHT_BROWSERS_PATH = "$currentDirectory\ms-playwright"
2020
$env:PLAYWRIGHT_DRIVER_PATH = "$currentDirectory\.playwright\win-x64\native\playwright.cmd"
2121

22-
if ($InstallPlaywright -eq "true") {
22+
if ("$InstallPlaywright" -eq "true") {
2323
Write-Host "Copying playwright drivers: Copy-Item $currentDirectory\.playwright\win-x64\native $currentDIrectory -recurse"
2424
Copy-Item $currentDirectory\.playwright\win-x64\native $currentDirectory -recurse
2525
}

0 commit comments

Comments
 (0)