Skip to content

Commit 843854f

Browse files
committed
Temporarily add upterm to ssh into macos node
1 parent 8ffc1fa commit 843854f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ jobs:
6666
with:
6767
arch: ${{ matrix.os.platform }}
6868

69+
- name: Setup upterm session
70+
uses: owenthereal/action-upterm@v1
71+
if: ${{ failure() }}
72+
with:
73+
## Shut down the server if unconnected after 5 minutes.
74+
limit-access-to-actor: true
75+
wait-timeout-minutes: 5
76+
6977
- name: Set up Python ${{ matrix.python }}
7078
uses: astral-sh/setup-uv@v7
7179
with:

0 commit comments

Comments
 (0)