From abd6ebe077064ca16dfd964f23fc285103abee30 Mon Sep 17 00:00:00 2001 From: mayur-hitachivantara Date: Thu, 14 Mar 2024 17:52:07 +0530 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 1b2dfbe..59035d9 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -111,14 +111,14 @@ jobs: id: change_detection uses: hv-actions/change-detection-builder@stable - - name: Build & Run unit-tests - uses: lumada-common-services/gh-composite-actions@stable - with: - command: | - mvn clean verify -DskipTests=false -Daudit -amd \ - -pl "${{ format('{0},{1}', inputs.modules_to_always_build_in_addition_to_those_with_changes, steps.change_detection.outputs.changed_modules) }}" - env: - cmd_type: BUILD + # - name: Build & Run unit-tests + # uses: lumada-common-services/gh-composite-actions@stable + # with: + # command: | + # mvn clean verify -DskipTests=false -Daudit -amd \ + # -pl "${{ format('{0},{1}', inputs.modules_to_always_build_in_addition_to_those_with_changes, steps.change_detection.outputs.changed_modules) }}" + # env: + # cmd_type: BUILD # unit_test_reporter: 'java-junit' # unit_test_fail_on_error: 'true' # unit_test_report_path: '**/target/surefire-reports/*.xml'