Skip to content
Snippets Groups Projects
Commit 8d712d98 authored by dgelessus's avatar dgelessus
Browse files

Configure JUnit test reports for GitLab CI

parent 3c9cea76
No related branches found
No related tags found
No related merge requests found
Pipeline #115929 failed
...@@ -9,6 +9,9 @@ test: ...@@ -9,6 +9,9 @@ test:
expire_in: 1 week expire_in: 1 week
paths: paths:
- build/libs/b-language-server-all.jar - build/libs/b-language-server-all.jar
reports:
junit:
- "build/test-results/**/TEST-*.xml"
cache: cache:
paths: paths:
- .gradle/caches - .gradle/caches
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment