mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
remove exit 0
This commit is contained in:
@@ -93,8 +93,6 @@ $PathValue += ";$ChromeDriverPath\";
|
|||||||
$PathValue += ";$EdgeDriverPath\";
|
$PathValue += ";$EdgeDriverPath\";
|
||||||
Set-ItemProperty -Path $regEnvKey -Name 'Path' -Value $PathValue;
|
Set-ItemProperty -Path $regEnvKey -Name 'Path' -Value $PathValue;
|
||||||
|
|
||||||
exit 0;
|
|
||||||
|
|
||||||
# Install Firefox gecko Web Driver
|
# Install Firefox gecko Web Driver
|
||||||
Write-Host "Install Firefox WebDriver"
|
Write-Host "Install Firefox WebDriver"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user