test results
This commit is contained in:
parent
a55ca468b7
commit
5f9e05566b
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…
Add table
Add a link
Reference in a new issue