fix(CI): cleanup directory no matter of results (#3743)

This commit is contained in:
Saber Haj Rabiee
2025-03-20 17:53:25 -07:00
committed by GitHub
parent aae827923c
commit a2d268606c

View File

@@ -155,6 +155,7 @@ jobs:
run: |
cargo make --profile=github-actions ${{ inputs.cargo_make_task }}
- name: Clean up ${{ inputs.directory }}
if: always()
run: |
cargo clean || true
rm -rf node_modules || true