Skip to content
Snippets Groups Projects
Commit 3c6a902e authored by Sören Henning's avatar Sören Henning
Browse files

Report test results also on failures

parent 77651473
No related branches found
No related tags found
No related merge requests found
Pipeline #6011 passed
...@@ -143,6 +143,7 @@ test-benchmarks: ...@@ -143,6 +143,7 @@ test-benchmarks:
- build-benchmarks - build-benchmarks
script: ./gradlew test --continue script: ./gradlew test --continue
artifacts: artifacts:
when: always
reports: reports:
junit: junit:
- "theodolite-benchmarks/**/build/test-results/test/TEST-*.xml" - "theodolite-benchmarks/**/build/test-results/test/TEST-*.xml"
...@@ -396,6 +397,7 @@ test-theodolite: ...@@ -396,6 +397,7 @@ test-theodolite:
#- build-theodolite-native #- build-theodolite-native
script: ./gradlew test --stacktrace script: ./gradlew test --stacktrace
artifacts: artifacts:
when: always
reports: reports:
junit: junit:
- "theodolite/**/build/test-results/test/TEST-*.xml" - "theodolite/**/build/test-results/test/TEST-*.xml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment