From cfb2cba8744c5f08258b349257da862fe6587b62 Mon Sep 17 00:00:00 2001 From: Ben Millar Date: Thu, 16 May 2024 12:20:25 +0100 Subject: [PATCH] Fixed typo --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 488635de4..df1b39f99 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - name: Upload pytest test results uses: actions/upload-artifact@v4 with: - name: pytest-results-${{ matrix.python-version }} - path: junit/test-results-${{ matrix.python-version }}.xml + name: pytest-results + path: junit/test-results.xml # Use always() to always run this step to publish test results when there are test failures if: ${{ always() }} \ No newline at end of file