Skip to content

Commit 2d1d86c

Browse files
authored
Update ci.yaml
1 parent d6c6ccd commit 2d1d86c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
with:
5353
docker_version: ${{ matrix.docker_version }}
5454
docker_channel: ${{ matrix.docker_channel }}
55+
- name: Setup tmate session
56+
uses: mxschmitt/action-tmate@master
57+
if: ${{ failure() }}
58+
timeout-minutes: 60
5559
- name: Test
5660
run: |
5761
# set -x
@@ -80,6 +84,10 @@ jobs:
8084
- name: setup docker(default)
8185
uses: ./
8286
# uses: docker-practice/actions-setup-docker@master
87+
- name: Setup tmate session
88+
uses: mxschmitt/action-tmate@master
89+
if: ${{ failure() }}
90+
timeout-minutes: 60
8391
- run: docker version
8492
# Login docker hub or other docker registry
8593
# test docker login

0 commit comments

Comments
 (0)