From 28b98869c92d28f341283a841bd6f1fa32993679 Mon Sep 17 00:00:00 2001 From: Alex Tsitsiura Date: Mon, 27 Jan 2025 14:40:21 +0000 Subject: [PATCH] [Telink] Add missed clean out build output step --- .github/workflows/examples-telink.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples-telink.yaml b/.github/workflows/examples-telink.yaml index 6859f8d7ed316a..0744ec6bc44f9a 100644 --- a/.github/workflows/examples-telink.yaml +++ b/.github/workflows/examples-telink.yaml @@ -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* @@ -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: | @@ -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