diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index afdb2716..ae277060 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -8,7 +8,7 @@ on: env: ZEPHYR_SDK_VERSION: 0.16.8 - ZEPHYR_REV: 52540d8412630edb2c64f4fcca1c1165bcce1ac3 + ZEPHYR_REV: a5e3a33b39b905cb6562cf5c6e3f5124248aa519 jobs: merge-test-1: @@ -84,6 +84,7 @@ jobs: set ZEPHYR_BASE=%cd%\zephyr-clone set ZEPHYR_TOOLCHAIN_VARIANT=zephyr set ZEPHYR_SDK_INSTALL_DIR=%cd%\zephyr-sdk + pip freeze python %ZEPHYR_BASE%\scripts\twister -i -v -T tests -W --timestamps --platform ${{ matrix.platform }} ${{ matrix.asserts }} --exclude-tag release --build-only