From 219f0e7c66286c4ea272561057d57e3bd4f55d92 Mon Sep 17 00:00:00 2001 From: Lars Lubkoll <11710767+lubkoll@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:22:20 +0200 Subject: [PATCH] Clear temporary test-tube files after running test-tube --- .github/workflows/rust_test_tube.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rust_test_tube.yml b/.github/workflows/rust_test_tube.yml index 6f984a5d5..56c1dfff5 100644 --- a/.github/workflows/rust_test_tube.yml +++ b/.github/workflows/rust_test_tube.yml @@ -39,3 +39,7 @@ jobs: - name: Run test-tube tests run: cargo test-tube working-directory: smart-contracts/contracts/${{ inputs.contract }} + - name: Clear temporary test-tube files + if: always() + run: rm -rf .osmosis-test-tube-temp-* + working-directory: /tmp