Skip to content

Commit f4baa37

Browse files
gmarullstephanosio
authored andcommitted
ci: use west twister
Invoke Twister using west. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 0a7afcb commit f4baa37

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 --testsuite-root ./tests/
35+
west twister -G --testsuite-root ./tests/
3636
3737
- name: Archive firmware
3838
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)