Skip to content

Commit c4d5fe7

Browse files
Debug
1 parent af18366 commit c4d5fe7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/testpr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
environments: beta
3838
frozen: true
3939

40+
- name: Minimal test for exit propagation
41+
shell: bash -l {0}
42+
run: |
43+
set -e
44+
$HOME/.pixi/bin/pixi run -e beta bash -c "exit 1"
45+
4046
# Workaround for https://github.com/RoboStack/ros-humble/pull/141#issuecomment-1941919816
4147
- name: Clean up PATH
4248
if: contains(matrix.os, 'windows')

0 commit comments

Comments
 (0)