1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

workaround test results appearing in incorrect spot

Part of #1002
This commit is contained in:
Jonah Graham 2025-01-15 17:33:40 -05:00
parent 6a60995312
commit ae3aebcf7f

View file

@ -28,3 +28,5 @@ jobs:
junit_files: "test-results/**/*.xml" junit_files: "test-results/**/*.xml"
event_file: test-results/event.json event_file: test-results/event.json
event_name: ${{ github.event.workflow_run.event }} 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