Remove report action
Some checks failed
/ build (push) Successful in 20m46s
/ merge (map[name:btclock_rev_b version:esp32s3], 213epd) (push) Successful in 2m16s
/ merge (map[name:btclock_v8 version:esp32s3], 213epd) (push) Successful in 25s
/ merge (map[name:lolin_s3_mini version:esp32s3], 213epd) (push) Successful in 20s
/ merge (map[name:lolin_s3_mini version:esp32s3], 29epd) (push) Successful in 20s
/ release (push) Failing after 8s
Some checks failed
/ build (push) Successful in 20m46s
/ merge (map[name:btclock_rev_b version:esp32s3], 213epd) (push) Successful in 2m16s
/ merge (map[name:btclock_v8 version:esp32s3], 213epd) (push) Successful in 25s
/ merge (map[name:lolin_s3_mini version:esp32s3], 213epd) (push) Successful in 20s
/ merge (map[name:lolin_s3_mini version:esp32s3], 29epd) (push) Successful in 20s
/ release (push) Failing after 8s
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue