Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-hitachivantara authored Mar 14, 2024
1 parent cbea953 commit abd6ebe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit abd6ebe

Please sign in to comment.