File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Twister Test Results
22
33on :
44 workflow_run :
5- workflows : ["Run tests with twister "]
5+ workflows : ["Check Twister Status "]
66 branches :
77 - main
88 - v*
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ jobs:
237237 export ZEPHYR_BASE=${PWD}
238238 export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
239239 ./scripts/twister -T tests/kernel/threads -p qemu_x86 --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
240- if [ "${{matrix.subset}}" = "1 " ]; then
240+ if [ "${{matrix.subset}}" = "11 " ]; then
241241 ./scripts/zephyr_module.py --twister-out module_tests.args
242242 if [ -s module_tests.args ]; then
243243 ./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS}
You can’t perform that action at this time.
0 commit comments