Different attempt to fix AppVeyor CI issues
This commit is contained in:
parent
e7573e00da
commit
0f73aca42e
|
|
@ -19,8 +19,8 @@ build_script:
|
||||||
- build.cmd /p:SkipTests=true /p:BlazorOutputStatistics=true
|
- build.cmd /p:SkipTests=true /p:BlazorOutputStatistics=true
|
||||||
before_test:
|
before_test:
|
||||||
- choco install googlechrome --ignore-checksum
|
- choco install googlechrome --ignore-checksum
|
||||||
- npm install -g selenium-standalone
|
- npm install -g selenium-standalone@latest
|
||||||
- selenium-standalone install --singleDriverInstall=chrome
|
- selenium-standalone install
|
||||||
- ps: $SeleniumProcess = Start-Process "selenium-standalone" -ArgumentList "start" -PassThru
|
- ps: $SeleniumProcess = Start-Process "selenium-standalone" -ArgumentList "start" -PassThru
|
||||||
test_script:
|
test_script:
|
||||||
- build.cmd /t:Test /p:BlazorAllTests=true /p:BlazorOutputStatistics=true
|
- build.cmd /t:Test /p:BlazorAllTests=true /p:BlazorOutputStatistics=true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue