Skip to content

Commit

Permalink
Clear temporary test-tube files after running test-tube
Browse files Browse the repository at this point in the history
  • Loading branch information
lubkoll committed Jul 19, 2024
1 parent 31d546a commit 219f0e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust_test_tube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 219f0e7

Please sign in to comment.