From c9a8d1d6bd1dbd4b6903af5c4b48fe7971f8c198 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Sun, 7 Feb 2021 19:25:38 +0100 Subject: [PATCH] Fix test reports name --- .github/workflows/ci-pr-reports.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pr-reports.yml b/.github/workflows/ci-pr-reports.yml index 2e47831c28..b4e1512200 100644 --- a/.github/workflows/ci-pr-reports.yml +++ b/.github/workflows/ci-pr-reports.yml @@ -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 \ No newline at end of file + check_name: ${{ matrix.setup }} test reports \ No newline at end of file