We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3172550 commit bbcca6bCopy full SHA for bbcca6b
.github/workflows/build.yml
@@ -105,6 +105,11 @@ jobs:
105
TEST_FILE_SUB_DIR: ${{ matrix.test_dir }}
106
run: sudo -E ./ci/${{ matrix.os_name }}_runner.sh script
107
108
+ - name: Setup tmate session
109
+ uses: mxschmitt/action-tmate@v3
110
+ continue-on-error: true
111
+ if: always()
112
+
113
- if: ${{ steps.cache-images.outputs.cache-hit != 'true' }}
114
name: Save docker images
115
run: |
0 commit comments