Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Temporarily add upterm to ssh into macos node
  • Loading branch information
filmor committed Mar 2, 2026
commit 15e7307e60344166ac0803c85b0e6dfc6b5f78f0
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ jobs:
with:
arch: ${{ matrix.os.platform }}

- name: Setup upterm session
uses: owenthereal/action-upterm@v1
if: ${{ failure() }}
with:
## Shut down the server if unconnected after 5 minutes.
limit-access-to-actor: true
wait-timeout-minutes: 5

- name: Set up Python ${{ matrix.python }}
uses: astral-sh/setup-uv@v7
with:
Expand Down