diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ba22f2beb8..5866b12506 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -81,7 +81,7 @@ jobs: tox -v -e py311 -- pytest --show-capture=no -vv "${{ matrix.file }}" --junit-xml="${{ matrix.file }}.results.xml" - name: Generate test report if: always() - uses: pmeier/pytest-results-action@20b595761ba9bf89e115e875f8bc863f913bc8ad + uses: pmeier/pytest-results-action@0841ca7226ab155943837380769373a5dd14d7ed with: path: ${{ matrix.file }}.results.xml summary: true