diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8f83e82..e2320aa 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -73,7 +73,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: publish test report - uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 + uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc if: ${{ !cancelled() }} with: report_paths: 'reports/junit/*.xml'