Skip to content

Commit 18f1db3

Browse files
Merge pull request #7088 from multiversx/cleanup-06-30
In workflow, remove chainsim logs
2 parents 5562e5b + b2235d7 commit 18f1db3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_run_chain_simulator_and_execute_system_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,8 @@ jobs:
576576
# Only remove temp files that might be from this job (be very specific)
577577
rm -f /tmp/chainsim_init.log || true # Only if we created it without job ID
578578
rm -f /tmp/chain_simulator_initialized.lock || true # Only if we created it without job ID
579+
rm -rf /tmp/chainsim_logs || true
580+
find /tmp -type d -name "mx-chainsimulator-*" -exec rm -rf {} \; 2>/dev/null || true
579581
580582
# 4. Clean up ONLY our workspace directories
581583
echo "Cleaning up workspace directories..."

0 commit comments

Comments
 (0)