Workaround AppVeyor failing to install Chrome
This commit is contained in:
parent
82bcf9172a
commit
bbe00753f4
|
|
@ -17,7 +17,7 @@ os: Visual Studio 2017 Preview
|
||||||
build_script:
|
build_script:
|
||||||
- dotnet build Blazor.sln
|
- dotnet build Blazor.sln
|
||||||
before_test:
|
before_test:
|
||||||
- choco install googlechrome
|
- choco install googlechrome --ignore-checksum
|
||||||
- npm install -g selenium-standalone
|
- npm install -g selenium-standalone
|
||||||
- selenium-standalone install
|
- selenium-standalone install
|
||||||
- ps: $SeleniumProcess = Start-Process "selenium-standalone" -ArgumentList "start" -PassThru
|
- ps: $SeleniumProcess = Start-Process "selenium-standalone" -ArgumentList "start" -PassThru
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue