Skip to content

Commit

Permalink
shell
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
  • Loading branch information
M. Fatih Cırıt committed Jun 6, 2024
1 parent 3899e8a commit 70df7cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build-and-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ runs:
using: "composite"
steps:
- name: Show disk space before the tasks
shell: bash
run: df -h

- name: Remove exec_depend
Expand Down Expand Up @@ -54,4 +55,5 @@ runs:
flags: total

- name: Show disk space after the tasks
shell: bash
run: df -h

0 comments on commit 70df7cb

Please sign in to comment.