Skip to content

Commit

Permalink
support ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Jan 10, 2025
1 parent 1c601c4 commit 31a5503
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ 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: Testing
run: |
cd $GITHUB_WORKSPACE
Expand Down

0 comments on commit 31a5503

Please sign in to comment.