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 @@ -28,17 +28,17 @@ artifacts:
2828# - build.cmd verify
2929clone_depth : 1
3030test_script :
31- - dotnet restore ./src
32- - npm install -g selenium-standalone
33- - selenium-standalone install
31+ # - dotnet restore ./src
32+ # - npm install -g selenium-standalone
33+ # - selenium-standalone install
3434 # The nosys flag is needed for selenium to work on Appveyor
35- - ps : Start-Process selenium-standalone 'start','--','-Djna.nosys=true'
36- - ps : Push-Location
37- - cd test
38- - npm install
39- - npm test
35+ # - ps: Start-Process selenium-standalone 'start','--','-Djna.nosys=true'
36+ # - ps: Push-Location
37+ # - cd test
38+ # - npm install
39+ # - npm test
4040on_finish :
41- - ps : Pop-Location
41+ # - ps: Pop-Location
4242 # After running tests, upload results to Appveyor
43- - ps : (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\test\tmp\junit\*.xml))
43+ # - ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\test\tmp\junit\*.xml))
4444deploy : off
You can’t perform that action at this time.
0 commit comments