Skip to content

Commit

Permalink
[Telink] Add missed clean out build output step
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 committed Jan 27, 2025
1 parent b5a1722 commit 28b9886
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
telink tl7218 light-app-ota-shell-factory-data \
out/telink-tl7218-light-ota-shell-factory-data/zephyr/zephyr.elf \
/tmp/bloat_reports/
- name: clean out build output (keep tools)
run: rm -rf ./out/telink*

Expand All @@ -214,6 +215,9 @@ jobs:
out/telink-tl7218_retention-light-switch-ota-compress-lzma-factory-data/zephyr/zephyr.elf \
/tmp/bloat_reports/
- name: clean out build output (keep tools)
run: rm -rf ./out/telink*

- name: Build example Telink (B92) Light Switch App with OTA (LZMA), Shell, Factory Data, 4Mb flash
# Run test for master and all PRs
run: |
Expand Down Expand Up @@ -252,8 +256,8 @@ jobs:
# out/telink-tlsr9258a-ota-requestor/zephyr/zephyr.elf \
# /tmp/bloat_reports/

- name: clean out build output
run: rm -rf ./out
# - name: clean out build output
# run: rm -rf ./out

- name: Build example Telink (B91 USB) Pump App
# Run test for master and s07641069 PRs
Expand Down

0 comments on commit 28b9886

Please sign in to comment.