Skip to content

Commit 7ac5935

Browse files
committed
ci: Do not remove artifacts when running twister
This removes the the `-M` (runtime artifact cleanup) parameter from twister invocation because it causes instability when running on Windows and the artifacts for the passing tests are already cleaned up without it. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 6ab5b2d commit 7ac5935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ jobs:
16021602
16031603
# Run tests with twister
16041604
TWISTER="${ZEPHYR_ROOT}/scripts/twister"
1605-
${TWISTER} -v -N -M --force-color --inline-logs --retry-failed 3 \
1605+
${TWISTER} -v -N --force-color --inline-logs --retry-failed 3 \
16061606
--force-toolchain \
16071607
--subset ${{ matrix.subset }}/${{ env.SUBSET_COUNT }} \
16081608
${HOST_ARGS} \

0 commit comments

Comments
 (0)