mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-03 15:33:58 +00:00
Further attempt to make Djna.nosys=true work on AppVeyor
This commit is contained in:
@@ -27,9 +27,8 @@ artifacts:
|
||||
clone_depth: 1
|
||||
test_script:
|
||||
- dotnet restore
|
||||
- npm install -g selenium-standalone
|
||||
- selenium-standalone install
|
||||
- ps: Start-Process selenium-standalone 'start','-Djna.nosys=true'
|
||||
- npm install selenium-standalone
|
||||
- ps: Start-Process node './start-selenium.js'
|
||||
- ps: Push-Location
|
||||
- cd test
|
||||
- npm install
|
||||
|
||||
Reference in New Issue
Block a user