We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4833a83 commit 613e184Copy full SHA for 613e184
1 file changed
.github/workflows/ci.yml
@@ -14,11 +14,6 @@ jobs:
14
with:
15
cancel_others: 'true'
16
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
22
23
- name: Check out repository
24
uses: actions/checkout@v4
@@ -35,8 +30,15 @@ jobs:
35
30
pixi-version: v0.63.1
36
31
cache: true
37
32
33
+ # Remove comments to spawn an interactive debugging ssh shell in the ci
34
+ - name: Setup tmate session
+ uses: mxschmitt/action-tmate@v3
+ with:
+ detached: false
38
+
39
- name: Build
40
run: pixi run build --executor sequential --packages-up-to bitbots_msgs
41
42
- name: Test
43
run: pixi run test --parallel-workers 1
44
0 commit comments