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>
This commit is contained in:
parent
846dc3f880
commit
8cf0148380
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
elif [ "${{ runner.os }}" = "Windows" ]; then
|
elif [ "${{ runner.os }}" = "Windows" ]; then
|
||||||
EXTRA_TWISTER_FLAGS="-P native_sim --short-build-path -O/tmp/twister-out"
|
EXTRA_TWISTER_FLAGS="-P native_sim --short-build-path -O/tmp/twister-out"
|
||||||
fi
|
fi
|
||||||
./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
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
if: failure()
|
if: failure()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue