Skip to content

Commit

Permalink
workaround test results appearing in incorrect spot
Browse files Browse the repository at this point in the history
Part of #1002
  • Loading branch information
jonahgraham committed Jan 15, 2025
1 parent 6a60995 commit ae3aebc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
junit_files: "test-results/**/*.xml"
event_file: test-results/event.json
event_name: ${{ github.event.workflow_run.event }}
# Workaround as suggested in https://github.com/EnricoMi/publish-unit-test-result-action/issues/12
check_run: false

0 comments on commit ae3aebc

Please sign in to comment.