diff --git a/.github/actions/build-and-test/action.yaml b/.github/actions/build-and-test/action.yaml index 913cc06d649fd..e02f3c8885571 100644 --- a/.github/actions/build-and-test/action.yaml +++ b/.github/actions/build-and-test/action.yaml @@ -18,6 +18,7 @@ runs: using: "composite" steps: - name: Show disk space before the tasks + shell: bash run: df -h - name: Remove exec_depend @@ -54,4 +55,5 @@ runs: flags: total - name: Show disk space after the tasks + shell: bash run: df -h