1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Correct location of event.json for reporting results

Part of #1002
This commit is contained in:
Jonah Graham 2025-01-15 15:36:32 -05:00
parent 47ecc78979
commit 9ec6c531e5

View file

@ -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 }}