diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7c241db..2959cbe 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,7 +47,7 @@ jobs: uses: dorny/test-reporter@v1 if: ${{ success() || failure() }} with: - name: test report + name: test report ${{ matrix.python-version }} path: ./test-*.xml reporter: java-junit - name: failure logs