This commit is contained in:
Daniel Langbein 2024-12-09 13:36:04 +00:00
parent dbe83ac3cb
commit 3ad2afb5f2
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

12
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,12 @@
# https://docs.gitlab.com/ee/ci/testing/unit_test_report_examples.html#gradle
java:
image: alpine:latest
stage: test
script:
- apk --no-cache add openjdk23 gradle
- gradle test
artifacts:
when: always
reports:
junit: app/build/test-results/test/**/TEST-*.xml