Skip to content

Commit b9ffc6a

Browse files
Add strategy and defaults to workflow configuration
1 parent 8530bef commit b9ffc6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/humble.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ on:
1010
jobs:
1111
build-and-test:
1212
runs-on: ubuntu-22.04
13+
strategy:
14+
fail-fast: false
1315
container:
1416
image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-desktop-latest
17+
defaults:
18+
run:
19+
shell: bash
1520

1621
steps:
1722

0 commit comments

Comments
 (0)