From 014eab9142216e2cecc27b1bb052ce3150f150db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pouiller?= Date: Thu, 5 Dec 2024 16:54:21 +0100 Subject: [PATCH] github: workflows: Align build.yml with upstream-build.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 2208911 ("github: workflows: Add a Bluetooth observer test case") adds a new test to the nightly CI. This patch tries to keep build.yml and upstream-build.yml in sync. Signed-off-by: Jérôme Pouiller --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 399254a..3284475 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,10 @@ jobs: working-directory: zephyr-silabs shell: bash run: | - west twister -s sample.bluetooth.peripheral_hr -p siwx917_rb4338a -v --inline-logs -K + west twister -v --inline-logs -K \ + -p siwx917_rb4338a \ + -s sample.bluetooth.peripheral_hr \ + -s sample.bluetooth.observer - name: Build Rail samples working-directory: zephyr-silabs