mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Begin re-enabling tests in AppVeyor (still need to diagnose why they intermittently time out)
This commit is contained in:
20
appveyor.yml
20
appveyor.yml
@@ -31,17 +31,17 @@ artifacts:
|
|||||||
# - ps: .\build.ps1
|
# - ps: .\build.ps1
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
test_script:
|
test_script:
|
||||||
# - dotnet restore ./src
|
- dotnet restore ./src
|
||||||
# - npm install -g selenium-standalone
|
- npm install -g selenium-standalone
|
||||||
# - selenium-standalone install
|
- selenium-standalone install
|
||||||
# The nosys flag is needed for selenium to work on Appveyor
|
# The nosys flag is needed for selenium to work on Appveyor
|
||||||
# - ps: Start-Process selenium-standalone 'start','--','-Djna.nosys=true'
|
- ps: Start-Process selenium-standalone 'start','--','-Djna.nosys=true'
|
||||||
# - ps: Push-Location
|
- ps: Push-Location
|
||||||
# - cd test
|
- cd test
|
||||||
# - npm install
|
- npm install
|
||||||
# - npm test
|
- npm test
|
||||||
on_finish :
|
on_finish :
|
||||||
# - ps: Pop-Location
|
- ps: Pop-Location
|
||||||
# After running tests, upload results to Appveyor
|
# After running tests, upload results to Appveyor
|
||||||
# - ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\test\tmp\junit\*.xml))
|
- ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\test\tmp\junit\*.xml))
|
||||||
deploy: off
|
deploy: off
|
||||||
|
|||||||
Reference in New Issue
Block a user