Skip to content

Commit

Permalink
github: workflows: Align build.yma 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.
  • Loading branch information
jerome-pouiller committed Dec 5, 2024
1 parent 2208911 commit 8258b79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8258b79

Please sign in to comment.