forked from btclock/btclock_v3
Remove report action
This commit is contained in:
parent
2a3c0a7911
commit
44a6c44e7a
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue