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 422d612 commit b895769Copy full SHA for b895769
.github/workflows/twister.yaml
@@ -137,7 +137,8 @@ jobs:
137
if [ "${{matrix.subset}}" = "1" ]; then
138
./scripts/zephyr_module.py --twister-out module_tests.args
139
if [ -s module_tests.args ]; then
140
- ./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS}
+ # FIXME: workaround for modules with invalid test data
141
+ ./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS} --integration
142
fi
143
144
0 commit comments