From 751b031f091415fc1a01c3144fe1125c406be0ab Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 15 Jan 2025 21:47:14 -0500 Subject: [PATCH] Revert "workaround test results appearing in incorrect spot" (#1031) This reverts commit ae3aebcf7f0ddd82b2f83c9963e5621e37beb136. Part of #1002 --- .github/workflows/report.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 08004f11f29..70e93879739 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -28,5 +28,3 @@ 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