We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846dc3f commit 8cf0148Copy full SHA for 8cf0148
.github/workflows/hello_world_multiplatform.yaml
@@ -70,7 +70,7 @@ jobs:
70
elif [ "${{ runner.os }}" = "Windows" ]; then
71
EXTRA_TWISTER_FLAGS="-P native_sim --short-build-path -O/tmp/twister-out"
72
fi
73
- ./scripts/twister --force-color --inline-logs -T samples/hello_world -T samples/cpp/hello_world -v $EXTRA_TWISTER_FLAGS
+ ./scripts/twister --runtime-artifact-cleanup --force-color --inline-logs -T samples/hello_world -T samples/cpp/hello_world -v $EXTRA_TWISTER_FLAGS
74
75
- name: Upload artifacts
76
if: failure()
0 commit comments