Skip to content

Commit

Permalink
Merge pull request #145 from vshn/renovate/mikepenz-action-junit-repo…
Browse files Browse the repository at this point in the history
…rt-4.x

Update mikepenz/action-junit-report action to v4
  • Loading branch information
corvus-ch authored Oct 27, 2023
2 parents 8b6fd90 + 7de5510 commit 87984bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run e2e tests
run: make crd e2e-test -e bats_args="--report-formatter junit"
- name: Publish Test Report
uses: mikepenz/action-junit-report@v2
uses: mikepenz/action-junit-report@v4
if: success() || failure()
with:
report_paths: '**/e2e/report.xml'
Expand Down

0 comments on commit 87984bb

Please sign in to comment.