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