This repository was archived by the owner on Apr 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,17 @@ artifacts:
3131# - ps: .\build.ps1
3232clone_depth : 1
3333test_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
4343on_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))
4747deploy : off
You can’t perform that action at this time.
0 commit comments