Skip to content

Commit

Permalink
add tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
windmgc committed Sep 15, 2023
1 parent 2265b6a commit 206a023
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,16 +298,16 @@ jobs:
path: |
/tmp/cores
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# if: ${{ failure() }}
# with:
# github-token: ${{ secrets.GHA_KONG_BOT_READ_TOKEN }}
# sudo: true
# install-dependencies: true
# tmate-server-host: ssh.tmate.io
# tmate-server-port: 22
# limit-access-to-actor: true
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ failure() }}
with:
github-token: ${{ secrets.GHA_KONG_BOT_READ_TOKEN }}
sudo: true
install-dependencies: true
tmate-server-host: ssh.tmate.io
tmate-server-port: 22
limit-access-to-actor: true

integration-tests-dbless:
name: DB-less integration tests
Expand Down

0 comments on commit 206a023

Please sign in to comment.