This commit is contained in:
Paul Schneider 2021-06-06 23:06:24 +01:00
commit fa954c04a2
4 changed files with 668 additions and 3 deletions

View file

@ -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