Skip to content

Commit

Permalink
cicd: Add detailed check_name to surefire reports. #TASK-5663
Browse files Browse the repository at this point in the history
  • Loading branch information
j-coll committed Feb 16, 2024
1 parent ebd1a22 commit 6ffb513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
## https://docs.github.com/en/actions/learn-github-actions/expressions#cancelled
if: success() || failure()
with:
check_name: "Surefire tests report"
check_name: "Surefire tests report ${{ inputs.hadoop }} ${{ inputs.test_profile }}"
report_paths: './**/surefire-reports/TEST-*.xml'
commit: '${{ github.sha }}'
fail_on_test_failures: true
Expand Down

0 comments on commit 6ffb513

Please sign in to comment.