Skip to content

Commit 613e184

Browse files
committed
Add ssh access
1 parent 4833a83 commit 613e184

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414
with:
1515
cancel_others: 'true'
1616

17-
# Remove comments to spawn an interactive debugging ssh shell in the ci
18-
# - name: Setup tmate session
19-
# uses: mxschmitt/action-tmate@v3
20-
# with:
21-
# detached: true
2217

2318
- name: Check out repository
2419
uses: actions/checkout@v4
@@ -35,8 +30,15 @@ jobs:
3530
pixi-version: v0.63.1
3631
cache: true
3732

33+
# Remove comments to spawn an interactive debugging ssh shell in the ci
34+
- name: Setup tmate session
35+
uses: mxschmitt/action-tmate@v3
36+
with:
37+
detached: false
38+
3839
- name: Build
3940
run: pixi run build --executor sequential --packages-up-to bitbots_msgs
4041

4142
- name: Test
4243
run: pixi run test --parallel-workers 1
44+

0 commit comments

Comments
 (0)