From cd093e73b246979e0cba81870090fd8ba358dc66 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 6 Jun 2021 20:41:59 +0100 Subject: [PATCH] test results --- .gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70ddfb16..47300a27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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