html
This commit is contained in:
@ -27,6 +27,7 @@ debug:
|
||||
artifacts:
|
||||
paths:
|
||||
- test/yavscTests/test-results.xml
|
||||
- test/yavscTests/test-results.html
|
||||
when: always
|
||||
script:
|
||||
- cd test/yavscTests
|
||||
@ -34,6 +35,7 @@ debug:
|
||||
- cp $yavsc_client_secret_json yavsc-client-secret.json
|
||||
- dnu build
|
||||
- ASPNET_ENV=Testing dnx test -maxthreads 1 -xml test-results.xml
|
||||
- xsltproc ../../assets/xunit_to_html.xsl test-results.xml > test-results.html
|
||||
|
||||
release:
|
||||
stage: deploy
|
||||
|
Reference in New Issue
Block a user