Skip to content

Commit

Permalink
Add upterm so can SSH into the runner and debug there
Browse files Browse the repository at this point in the history
  • Loading branch information
GeigerJ2 committed Dec 17, 2024
1 parent 463e8ab commit 944b030
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ jobs:
file: ./coverage.xml
fail_ci_if_error: false # don't fail job, if coverage upload fails

- name: upterm
uses: lhotari/action-upterm@v1
if: ${{ failure() }}
with:
wait-timeout-minutes: 60

tests-presto:

Expand Down

0 comments on commit 944b030

Please sign in to comment.