From 618fdd27905006bc2541d92fdad5612bbae6baea Mon Sep 17 00:00:00 2001 From: Evgeny Gorodetskiy Date: Fri, 9 Sep 2022 23:00:49 +0300 Subject: [PATCH] Rename generated test reports --- .github/workflows/ci-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index f6d210ea9..880ce10b7 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -28,7 +28,7 @@ jobs: - uses: dorny/test-reporter@v1 with: artifact: /MethaneKit_${{ matrix.name }}_TestResults_(.*)/ - name: Methane Kit ${{ matrix.name }} Test Results $1 + name: Tests ${{ matrix.name }} v$1 path: '*_result.xml' reporter: java-junit - fail-on-error: 'true' \ No newline at end of file + fail-on-error: 'true'