diff --git a/.github/workflows/composites/run-and-save-test-times-when-cache-present/action.yaml b/.github/workflows/composites/run-and-save-test-times-when-cache-present/action.yaml index 7130a907c9..546a266905 100644 --- a/.github/workflows/composites/run-and-save-test-times-when-cache-present/action.yaml +++ b/.github/workflows/composites/run-and-save-test-times-when-cache-present/action.yaml @@ -147,7 +147,7 @@ runs: echo "will run tests : $tests_to_run_in_current_index" - ./mvnw -s .settings.xml \ + ./mvnw -X -s .settings.xml \ -DtestsToRun=${tests_to_run_in_current_index} \ -e clean install \ -P 'sonar, run-on-github-actions' -nsu --batch-mode \