Skip to content

Commit 545cbe4

Browse files
committed
run push in integration mode
1 parent b4bbf81 commit 545cbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +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}
138+
./scripts/twister -G --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
139139
if [ "${{matrix.subset}}" = "1" ]; then
140140
./scripts/zephyr_module.py --twister-out module_tests.args
141141
if [ -s module_tests.args ]; then

0 commit comments

Comments
 (0)