Skip to content

Commit 4388b3e

Browse files
protobitsbtashton
authored andcommitted
make bash abort on error
1 parent fc32509 commit 4388b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/ci-container/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ runs:
2121
image: 'docker.pkg.github.com/apache/incubator-nuttx-testing/nuttx-ci-linux'
2222
args:
2323
- "/bin/bash"
24-
- "-c"
24+
- "-ce"
2525
- ${{ inputs.run }}

0 commit comments

Comments
 (0)