Skip to content

Commit c9a8d1d

Browse files
committed
Fix test reports name
1 parent 73286d5 commit c9a8d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pr-reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
report_paths: '**/target/surefire-reports/TEST-*.xml'
3131
commit: ${{ github.event.workflow_run.head_commit.id }}
32-
check_name: test reports
32+
check_name: ${{ matrix.setup }} test reports

0 commit comments

Comments
 (0)