We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795ebd2 commit 8ed2bf0Copy full SHA for 8ed2bf0
1 file changed
.github/workflows/ci.yml
@@ -25,6 +25,8 @@ jobs:
25
DOCKER_VERSION: ${{matrix.dockerVersion}}
26
DOCKER_HOST: ${{matrix.dockerHost}}
27
run: .ci/setup_docker.sh
28
+ - name: Setup tmate session
29
+ uses: mxschmitt/action-tmate@v2
30
- name: ssh config
31
run: .ci/setup_ssh_config.sh
32
- name: Build with Maven
0 commit comments