Fix typo in GitLab CI artifact path and include test report files in artifacts

This commit is contained in:
2025-07-01 20:20:32 +02:00
parent cc03d97199
commit 6c32cf1c15
+1 -1
View File
@@ -31,7 +31,7 @@ build:
- mkdir public
- cp -rv docs/* public/
- mkdir public/apidocs
- cp -rv target/apidocs/* public/apidocs/
- cp -rv target/apidocs public/
artifacts:
paths:
- target/surefire-reports/*.xml