From 44a6c44e7a10597cfa4006f55b5ac5a16d4bd2e4 Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Tue, 26 Nov 2024 18:08:54 +0100 Subject: [PATCH] Remove report action --- .forgejo/workflows/push.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index 992b782..132e662 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -43,12 +43,6 @@ jobs: - name: Run unit tests shell: bash run: mkdir -p junit-reports && pio test -e native_test_only --junit-output-path junit-reports/ - - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 - if: success() || failure() # always run even if the previous step fails - with: - report_paths: '**/junit-reports/*.xml' - detailed_summary: true - name: Build BTClock firmware shell: bash run: pio run