Skip to content

Commit 38516c3

Browse files
committed
Display debug information
Runs after tests have failed (for diagnosis) or succeeded (for comparison) Only free disk space for now, but we could add more.
1 parent 5c47add commit 38516c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/build-test/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ runs:
3030
env:
3131
COVERAGE_DIR: coverage/versions/${{ inputs.alias }}/${{ inputs.container-id }}
3232

33+
- name: Display debug info
34+
if: ${{ !cancelled() }}
35+
shell: bash
36+
run: |
37+
df -h
38+
3339
- name: Debug with SSH connection
3440
if: ${{ failure() && runner.debug == '1' }}
3541
uses: mxschmitt/action-tmate@7b6a61a73bbb9793cb80ad69b8dd8ac19261834c # v3.19.0

0 commit comments

Comments
 (0)