Skip to content

Commit

Permalink
Fix test reports name
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Feb 7, 2021
1 parent 73286d5 commit c9a8d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-reports.yml
Expand Up @@ -29,4 +29,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
report_paths: '**/target/surefire-reports/TEST-*.xml'
commit: ${{ github.event.workflow_run.head_commit.id }}
check_name: test reports
check_name: ${{ matrix.setup }} test reports

0 comments on commit c9a8d1d

Please sign in to comment.