Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
khs1994 authored May 13, 2022
1 parent d6c6ccd commit 2d1d86c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
with:
docker_version: ${{ matrix.docker_version }}
docker_channel: ${{ matrix.docker_channel }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@master
if: ${{ failure() }}
timeout-minutes: 60
- name: Test
run: |
# set -x
Expand Down Expand Up @@ -80,6 +84,10 @@ jobs:
- name: setup docker(default)
uses: ./
# uses: docker-practice/actions-setup-docker@master
- name: Setup tmate session
uses: mxschmitt/action-tmate@master
if: ${{ failure() }}
timeout-minutes: 60
- run: docker version
# Login docker hub or other docker registry
# test docker login
Expand Down

0 comments on commit 2d1d86c

Please sign in to comment.