We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e112c30 commit 6438ec0Copy full SHA for 6438ec0
.github/workflows/twister.yaml
@@ -192,7 +192,7 @@ jobs:
192
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
193
194
west init -l . || true
195
- west config manifest.group-filter -- +ci,+optional
+ west config manifest.group-filter -- +ci,+optional,+testing
196
west config --global update.narrow true
197
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)
198
west forall -c 'git reset --hard HEAD'
0 commit comments