Remove report action

This commit is contained in:
Djuri Baars 2024-11-26 18:08:54 +01:00
parent 2a3c0a7911
commit 44a6c44e7a

View file

@ -43,12 +43,6 @@ jobs:
- name: Run unit tests - name: Run unit tests
shell: bash shell: bash
run: mkdir -p junit-reports && pio test -e native_test_only --junit-output-path junit-reports/ 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 - name: Build BTClock firmware
shell: bash shell: bash
run: pio run run: pio run