mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
fix(CI): cleanup directory no matter of results (#3743)
This commit is contained in:
1
.github/workflows/run-cargo-make-task.yml
vendored
1
.github/workflows/run-cargo-make-task.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user