We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af18366 commit c4d5fe7Copy full SHA for c4d5fe7
.github/workflows/testpr.yml
@@ -37,6 +37,12 @@ jobs:
37
environments: beta
38
frozen: true
39
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
+
46
# Workaround for https://github.com/RoboStack/ros-humble/pull/141#issuecomment-1941919816
47
- name: Clean up PATH
48
if: contains(matrix.os, 'windows')
0 commit comments