We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613e184 commit 990e207Copy full SHA for 990e207
1 file changed
.github/workflows/ci.yml
@@ -7,7 +7,9 @@ on:
7
jobs:
8
build:
9
runs-on: ubuntu-latest
10
-
+ defaults:
11
+ run:
12
+ shell: bash
13
steps:
14
- name: Cancel outdated jobs
15
uses: fkirc/skip-duplicate-actions@v5
@@ -31,10 +33,10 @@ jobs:
31
33
cache: true
32
34
35
# Remove comments to spawn an interactive debugging ssh shell in the ci
- - name: Setup tmate session
- uses: mxschmitt/action-tmate@v3
36
- with:
37
- detached: false
+ #- name: Setup tmate session
+ # uses: mxschmitt/action-tmate@v3
38
+ # with:
39
+ # detached: false
40
41
- name: Build
42
run: pixi run build --executor sequential --packages-up-to bitbots_msgs
0 commit comments