We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a28e3 commit 1ca0f8aCopy full SHA for 1ca0f8a
.github/actions/build-test/action.yml
@@ -30,6 +30,12 @@ runs:
30
env:
31
COVERAGE_DIR: coverage/versions/${{ inputs.alias }}/${{ inputs.container-id }}
32
33
+ - name: Display debug info
34
+ if: ${{ !cancelled() }}
35
+ shell: bash
36
+ run: |
37
+ df -h
38
+
39
- name: Debug with SSH connection
40
if: ${{ failure() && runner.debug == '1' }}
41
uses: mxschmitt/action-tmate@7b6a61a73bbb9793cb80ad69b8dd8ac19261834c # v3.19.0
0 commit comments