Skip to content

Commit 16c68b1

Browse files
committed
reduce scope
1 parent 3164a11 commit 16c68b1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,7 @@ jobs:
135135
run: |
136136
export ZEPHYR_BASE=${PWD}
137137
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
138-
./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
139-
if [ "${{matrix.subset}}" = "1" ]; then
140-
./scripts/zephyr_module.py --twister-out module_tests.args
141-
if [ -s module_tests.args ]; then
142-
./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS}
143-
fi
144-
fi
138+
./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS} -p native_sim/native
145139
146140
- if: github.event_name == 'pull_request_target'
147141
name: Run Tests with Twister (Pull Request)

0 commit comments

Comments
 (0)