Revert "ci: twister: add workaround until module test data is fixed [REVERTME]"
This reverts commit b8957692fc.
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
efc610f6c0
commit
3a6c4f5b80
1 changed files with 1 additions and 2 deletions
3
.github/workflows/twister.yaml
vendored
3
.github/workflows/twister.yaml
vendored
|
|
@ -137,8 +137,7 @@ jobs:
|
||||||
if [ "${{matrix.subset}}" = "1" ]; then
|
if [ "${{matrix.subset}}" = "1" ]; then
|
||||||
./scripts/zephyr_module.py --twister-out module_tests.args
|
./scripts/zephyr_module.py --twister-out module_tests.args
|
||||||
if [ -s module_tests.args ]; then
|
if [ -s module_tests.args ]; then
|
||||||
# FIXME: workaround for modules with invalid test data
|
./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS}
|
||||||
./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS} --integration
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue