Skip to content

Commit 8cf0148

Browse files
fabiobaltierikartben
authored andcommitted
github: hello_world_multiplatform: set --runtime-artifact-cleanup
Set --runtime-artifact-cleanup on the twister run to reduce the disk usage of the workflow. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
1 parent 846dc3f commit 8cf0148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hello_world_multiplatform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
elif [ "${{ runner.os }}" = "Windows" ]; then
7171
EXTRA_TWISTER_FLAGS="-P native_sim --short-build-path -O/tmp/twister-out"
7272
fi
73-
./scripts/twister --force-color --inline-logs -T samples/hello_world -T samples/cpp/hello_world -v $EXTRA_TWISTER_FLAGS
73+
./scripts/twister --runtime-artifact-cleanup --force-color --inline-logs -T samples/hello_world -T samples/cpp/hello_world -v $EXTRA_TWISTER_FLAGS
7474
7575
- name: Upload artifacts
7676
if: failure()

0 commit comments

Comments
 (0)