Skip to content

Commit 6438ec0

Browse files
committed
ci: twister: pull testing group in manifest
We need the tests in CI to be able to run them on supported platforms. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent e112c30 commit 6438ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
193193
194194
west init -l . || true
195-
west config manifest.group-filter -- +ci,+optional
195+
west config manifest.group-filter -- +ci,+optional,+testing
196196
west config --global update.narrow true
197197
west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.update.log || west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.update.log || ( rm -rf ../modules ../bootloader ../tools && west update --path-cache /repo-cache/zephyrproject)
198198
west forall -c 'git reset --hard HEAD'

0 commit comments

Comments
 (0)