From 1672cbb82c090df8b6cfc93bdcdfa91da084d0d0 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0382983..e5a80b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: working-directory: zephyr-silabs shell: bash run: | - west twister -v --inline-logs \ + west twister -v --inline-logs -K \ -s drivers.entropy \ -p siwx917_rb4338a @@ -71,6 +71,7 @@ jobs: run: | west twister -v --inline-logs -K \ -s sample.bluetooth.peripheral_hr \ + -s sample.bluetooth.observer \ -p siwx917_rb4338a - name: Build Rail samples