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:
|
||||
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…
Add table
Add a link
Reference in a new issue