Skip to content

Commit b895769

Browse files
committed
ci: twister: add workaround until module test data is fixed [REVERTME]
Workaround for CI to not fail on building mcuboot tests. Signed-off-by: Anas Nashif <[email protected]>
1 parent 422d612 commit b895769

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ jobs:
137137
if [ "${{matrix.subset}}" = "1" ]; then
138138
./scripts/zephyr_module.py --twister-out module_tests.args
139139
if [ -s module_tests.args ]; then
140-
./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS}
140+
# FIXME: workaround for modules with invalid test data
141+
./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS} --integration
141142
fi
142143
fi
143144

0 commit comments

Comments
 (0)