From 8c02f53915122f94b520292fa6d1896a4ad81514 Mon Sep 17 00:00:00 2001 From: MCJ Vasseur <14887731+vmcj@users.noreply.github.com> Date: Sat, 8 Mar 2025 18:20:35 +0100 Subject: [PATCH] Temporarily disable upload of unit tests Currently the last step fails and we always comment with 0 unit tests. I'll investigate this in the future but for now disabling the useless step is better. After that we can have the discussion if we even want this comment as I know it's controversial. --- .github/workflows/upload-unit-tests.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/upload-unit-tests.yml b/.github/workflows/upload-unit-tests.yml index 6ef7486344..7e21b4942a 100644 --- a/.github/workflows/upload-unit-tests.yml +++ b/.github/workflows/upload-unit-tests.yml @@ -25,10 +25,10 @@ jobs: with: run_id: ${{ github.event.workflow_run.id }} path: artifacts - - name: Publish Test Results - uses: EnricoMi/publish-unit-test-result-action@v2 - with: - commit: ${{ github.event.workflow_run.head_sha }} - event_file: artifacts/Event File/event.json - event_name: ${{ github.event.workflow_run.event }} - files: "tmp/artifacts/**/*.xml" + #- name: Publish Test Results + # uses: EnricoMi/publish-unit-test-result-action@v2 + # with: + # commit: ${{ github.event.workflow_run.head_sha }} + # event_file: artifacts/Event File/event.json + # event_name: ${{ github.event.workflow_run.event }} + # files: "tmp/artifacts/**/*.xml"