Skip to content

Commit

Permalink
github: workflows: Align build.yml with upstream-build.yml
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jerome-pouiller authored and jhedberg committed Jan 8, 2025
1 parent bdb9aa8 commit 1672cbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1672cbb

Please sign in to comment.