Skip to content
Snippets Groups Projects
Commit 7672f116 authored by René Schöne's avatar René Schöne
Browse files

try to get test ci reports

parent efb6b602
No related branches found
No related tags found
1 merge request!5Testing incremental dependency tracking.
Pipeline #8701 passed
......@@ -32,9 +32,14 @@ test:
alias: "mqtt"
script:
- ./gradlew --console=plain --no-daemon allTests
- ls -lh
- ls -lh ragconnect.tests
- ls -lh ragconnect.tests/build/test-results/
- ls -lh ragconnect.tests/build/test-results/allTests
artifacts:
when: always
reports:
junit: "ragconnect.tests/build/test-results/test/**/TEST-*.xml"
junit: "ragconnect.tests/build/test-results/**/TEST-*.xml"
expire_in: 1 week
publish:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment