Skip to content

Commit bbcca6b

Browse files
v
Signed-off-by: Abhishek Choudhary <shreemaan.abhishek@gmail.com>
1 parent 3172550 commit bbcca6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ jobs:
105105
TEST_FILE_SUB_DIR: ${{ matrix.test_dir }}
106106
run: sudo -E ./ci/${{ matrix.os_name }}_runner.sh script
107107

108+
- name: Setup tmate session
109+
uses: mxschmitt/action-tmate@v3
110+
continue-on-error: true
111+
if: always()
112+
108113
- if: ${{ steps.cache-images.outputs.cache-hit != 'true' }}
109114
name: Save docker images
110115
run: |

0 commit comments

Comments
 (0)