Skip to content

Commit dfd1d54

Browse files
committed
Unconditionally start upterm on macos
1 parent aa4ea92 commit dfd1d54

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@ jobs:
6161
with:
6262
dotnet-version: '8.0.x'
6363

64-
- name: Install Mono
65-
uses: ./.github/actions/install-mono
66-
with:
67-
arch: ${{ matrix.os.platform }}
68-
6964
- name: Setup upterm session
7065
uses: owenthereal/action-upterm@v1
71-
if: ${{ failure() }}
66+
if: ${{ matrix.os.category == 'macos' }}
7267
with:
7368
## Shut down the server if unconnected after 5 minutes.
7469
limit-access-to-actor: true
75-
wait-timeout-minutes: 5
70+
wait-timeout-minutes: 15
71+
72+
- name: Install Mono
73+
uses: ./.github/actions/install-mono
74+
with:
75+
arch: ${{ matrix.os.platform }}
7676

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

0 commit comments

Comments
 (0)