Skip to content

Commit 27bc3ea

Browse files
gmarullstephanosio
authored andcommitted
ci: build application using twister
Twister is more useful in a CI context because we can easily test multiple combinations of the firmware using a single command. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
1 parent aff3056 commit 27bc3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build firmware
2828
working-directory: example-application
2929
run: |
30-
west build -b custom_plank app
30+
west twister -T app -v --inline-logs --integration
3131
3232
- name: Twister Tests
3333
working-directory: example-application

0 commit comments

Comments
 (0)