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:
31
31
# - ps: .\build.ps1
32
32
clone_depth : 1
33
33
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
37
37
# 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
43
43
on_finish :
44
- # - ps: Pop-Location
44
+ - ps : Pop-Location
45
45
# 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))
47
47
deploy : off
You can’t perform that action at this time.
0 commit comments