diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b47c06a..9772b84 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -42,6 +42,6 @@ jobs: - name: Publish Test Report uses: mikepenz/action-junit-report@v4 if: success() || failure() - token: $GITHUB_TOKEN with: report_paths: '/build/testTarget/unit/unit.xml' + token: $GITHUB_TOKEN