Skip to content

Commit

Permalink
use tmate for ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Jan 10, 2025
1 parent 31a5503 commit 9dccf39
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ jobs:
DOCKER_TAG: 'database'
PLATFORMS: 'linux/amd64,linux/arm64'
steps:
- name: Setup upterm session
uses: lhotari/action-upterm@v1
if: ${{ failure() }}
with:
wait-timeout-minutes: 10
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Testing
run: |
cd $GITHUB_WORKSPACE
Expand Down

0 comments on commit 9dccf39

Please sign in to comment.