Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 3390d75

Browse files
Begin re-enabling tests in AppVeyor (still need to diagnose why they intermittently time out)
1 parent 5ade33b commit 3390d75

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

appveyor.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ artifacts:
3131
# - ps: .\build.ps1
3232
clone_depth: 1
3333
test_script:
34-
# - dotnet restore ./src
35-
# - npm install -g selenium-standalone
36-
# - selenium-standalone install
34+
- dotnet restore ./src
35+
- npm install -g selenium-standalone
36+
- selenium-standalone install
3737
# The nosys flag is needed for selenium to work on Appveyor
38-
# - ps: Start-Process selenium-standalone 'start','--','-Djna.nosys=true'
39-
# - ps: Push-Location
40-
# - cd test
41-
# - npm install
42-
# - npm test
38+
- ps: Start-Process selenium-standalone 'start','--','-Djna.nosys=true'
39+
- ps: Push-Location
40+
- cd test
41+
- npm install
42+
- npm test
4343
on_finish :
44-
# - ps: Pop-Location
44+
- ps: Pop-Location
4545
# After running tests, upload results to Appveyor
46-
# - ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\test\tmp\junit\*.xml))
46+
- ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\test\tmp\junit\*.xml))
4747
deploy: off

0 commit comments

Comments
 (0)