Skip to content

Commit

Permalink
Correct location of event.json for reporting results
Browse files Browse the repository at this point in the history
Part of #1002
  • Loading branch information
jonahgraham committed Jan 15, 2025
1 parent 47ecc78 commit 9ec6c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
with:
commit: ${{ github.event.workflow_run.head_sha }}
junit_files: "test-results/**/*.xml"
event_file: event.json
event_file: test-results/event.json
event_name: ${{ github.event.workflow_run.event }}

0 comments on commit 9ec6c53

Please sign in to comment.