Fix test reports name
This commit is contained in:
parent
73286d5d57
commit
c9a8d1d6bd
2
.github/workflows/ci-pr-reports.yml
vendored
2
.github/workflows/ci-pr-reports.yml
vendored
@ -29,4 +29,4 @@ jobs:
|
|||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
report_paths: '**/target/surefire-reports/TEST-*.xml'
|
report_paths: '**/target/surefire-reports/TEST-*.xml'
|
||||||
commit: ${{ github.event.workflow_run.head_commit.id }}
|
commit: ${{ github.event.workflow_run.head_commit.id }}
|
||||||
check_name: test reports
|
check_name: ${{ matrix.setup }} test reports
|
Loading…
x
Reference in New Issue
Block a user