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 9b03f03 commit a4f72e8Copy full SHA for a4f72e8
.github/workflows/twister_tests_blackbox.yml
@@ -43,6 +43,8 @@ jobs:
43
echo "$HOME/.local/bin" >> $GITHUB_PATH
44
45
west init -l . || true
46
+ west config manifest.group-filter -- -hal,-tools,-bootloader,-babblesim
47
+ west config manifest.project-filter -- -nrf_hw_models
48
west config --global update.narrow true
49
west update --path-cache /github/cache/zephyrproject 2>&1 1> west.update.log || west update --path-cache /github/cache/zephyrproject 2>&1 1> west.update.log || ( rm -rf ../modules ../bootloader ../tools && west update --path-cache /github/cache/zephyrproject)
50
west forall -c 'git reset --hard HEAD'
0 commit comments