Skip to content

Commit 0a7afcb

Browse files
gmarullstephanosio
authored andcommitted
ci: remove redundant --board-root
Twister automatically adds module board root folders now. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent c85e01e commit 0a7afcb

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
@@ -32,7 +32,7 @@ jobs:
3232
- name: Twister Tests
3333
working-directory: example-application
3434
run: |
35-
../zephyr/scripts/twister -G --board-root boards/ --testsuite-root ./tests/
35+
../zephyr/scripts/twister -G --testsuite-root ./tests/
3636
3737
- name: Archive firmware
3838
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)