From 0573c39010be0a84de106168f21948a20c86e250 Mon Sep 17 00:00:00 2001 From: gronod <1+gronod@noreply.localhost> Date: Sun, 14 Jun 2026 09:19:54 +0100 Subject: [PATCH] Update .github/workflows/build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0030dbc..f2d139c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,9 +25,9 @@ jobs: - name: Set Version Identifier run: | git rev-parse --short HEAD > version.txt && echo "Build version (commit ID): $(cat version.txt)" - + - name: Build and Run Host Unit Tests - run: cmake -S tests -B tests/build && cmake --build tests/build && ./tests/build/test_decoder + run: . $IDF_PATH/export.sh && cmake -S tests -B tests/build && cmake --build tests/build && ./tests/build/test_decoder - name: Build Firmware run: . $IDF_PATH/export.sh && idf.py build