From 3ad9bad56e1670b42c24e72dd75fb48509695d3d Mon Sep 17 00:00:00 2001 From: hakril Date: Wed, 22 May 2024 10:13:04 +0200 Subject: [PATCH] Trying to improve workflow with better pytest results name --- .github/workflows/mypytest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mypytest.yml b/.github/workflows/mypytest.yml index 0154272..5cec874 100644 --- a/.github/workflows/mypytest.yml +++ b/.github/workflows/mypytest.yml @@ -67,4 +67,5 @@ jobs: uses: EnricoMi/publish-unit-test-result-action/composite@v1 if: always() with: - files: junit/test-results.xml \ No newline at end of file + files: junit/test-results.xml + check_name: PyTest Results for ${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} \ No newline at end of file