html
This commit is contained in:
parent
7b6124ae22
commit
fa954c04a2
4 changed files with 668 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue