Remove allure (phase 1) - switch to surefire reporting (#2478)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-06-20 13:41:26 +03:00
committed by GitHub
parent f73128024c
commit ba23ae3fc2
256 changed files with 360 additions and 152 deletions

View File

@@ -48,7 +48,7 @@ jobs:
${{ runner.os }}-maven-
- name: Check file license headers
run: mvn license:check -Plicense --batch-mode
run: mvn license:check -PcheckLicense --batch-mode
- name: Run tests & javadoc
run: mvn clean verify javadoc:javadoc --batch-mode
run: mvn clean verify javadoc:javadoc -PgenerateTestReport --batch-mode