Skip to content

Commit

Permalink
[temp] Install tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Dec 16, 2024
1 parent b77d57f commit 3a2c04e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ jobs:
EOF
) || (cat /opt/openwisp/autoinstall.log && exit 1)
- name: Run tmate
run: |
apt install -y tmate
tmate -S /tmp/tmate.sock new-session -d
tmate -S /tmp/tmate.sock wait tmate-ready
tmate -S /tmp/tmate.sock display -p '#{tmate_ssh}'
- name: Test
if: ${{ !cancelled() && steps.auto_install_upgrade.conclusion == 'success' }}
# The auto-install script installs docker-openwisp by default in
Expand Down

0 comments on commit 3a2c04e

Please sign in to comment.