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

Add CI support for Kotlin test

parent 3c1a9f8e
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!154Add more Kuberntes related tests,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
......@@ -255,6 +255,10 @@ test-theodolite:
- build-theodolite-jvm
#- build-theodolite-native
script: ./gradlew test --stacktrace
artifacts:
reports:
junit:
- "theodolite-benchmarks/**/build/test-results/test/TEST-*.xml"
# Disabled for now
.ktlint-theodolite:
......
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