From 15785d059ae68530a139164222a48c8bfbb9e9b9 Mon Sep 17 00:00:00 2001 From: wind57 Date: Wed, 27 Sep 2023 19:06:51 +0300 Subject: [PATCH] test --- .../run-and-save-test-times-when-cache-present/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \