test results

vnext
Paul Schneider 3 years ago
parent c5f02ddd12
commit cd093e73b2
1 changed files with 7 additions and 1 deletions

@ -24,10 +24,16 @@ before_script:
debug: debug:
stage: test stage: test
artifacts:
paths:
- test-results.xml
- test-results.html
when:
- always
script: script:
- cd test/yavscTests - cd test/yavscTests
- dnu build - dnu build
- ASPNET_ENV=Testing dnx test -maxthreads 1 - ASPNET_ENV=Testing dnx test -maxthreads 1 -xml test-results.xml -html test-results.html
release: release:
stage: deploy stage: deploy

Loading…