Skip to content

Commit 5939755

Browse files
gmarullstephanosio
authored andcommitted
ci: simplify twister args
s/G/--integration (more clear) s/--testsuite-root/-T (shorter, still clear) Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent f4baa37 commit 5939755

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

0 commit comments

Comments
 (0)