From ae3aebcf7f0ddd82b2f83c9963e5621e37beb136 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 15 Jan 2025 17:33:40 -0500 Subject: [PATCH] workaround test results appearing in incorrect spot Part of #1002 --- .github/workflows/report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 70e93879739..08004f11f29 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -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