Skip to content

Commit c0cf957

Browse files
committed
[WIP] 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 6a263db commit c0cf957

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
@@ -1592,7 +1592,7 @@ jobs:
15921592
15931593
# Run tests with twister
15941594
TWISTER="${ZEPHYR_ROOT}/scripts/twister"
1595-
${TWISTER} -v -N -M --force-color --inline-logs --retry-failed 3 \
1595+
${TWISTER} -v -N --force-color --inline-logs --retry-failed 3 \
15961596
--force-toolchain \
15971597
--subset ${{ matrix.subset }}/${{ env.SUBSET_COUNT }} \
15981598
${HOST_ARGS} \

0 commit comments

Comments
 (0)