From f1f43c4a21ca1e1ca06b708b14dd1b7052275167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20Kiiskil=C3=A4?= Date: Fri, 15 Sep 2023 10:06:05 +0300 Subject: [PATCH] GH Action - fix test report name (#61) Let's see if this one fares better. --- .github/workflows/PR-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PR-check.yml b/.github/workflows/PR-check.yml index 2fe87fa8..a53a2694 100644 --- a/.github/workflows/PR-check.yml +++ b/.github/workflows/PR-check.yml @@ -41,7 +41,7 @@ jobs: if: success() || failure() uses: scacap/action-surefire-report@v1 with: - check_name: mvn clean install -P ci test report + check_name: ci-test-report pysh-check: runs-on: ubuntu-22.04