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 committed Dec 5, 2024
1 parent 2208911 commit 014eab9
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 \

Check warning on line 59 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / compliance

YAMLLint (None)

.github/workflows/build.yml:59 syntax error: could not find expected ':' (syntax)
 -s sample.bluetooth.observer

- name: Build Rail samples
working-directory: zephyr-silabs
Expand Down

0 comments on commit 014eab9

Please sign in to comment.