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:
stage: test
artifacts:
paths:
- test-results.xml
- test-results.html
when:
- always
script:
- cd test/yavscTests
- 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:
stage: deploy

Loading…