Skip to content

Commit

Permalink
Don't fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbovbel committed Nov 14, 2023
1 parent 84c9300 commit 6eb9591
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ jobs:
include:
- os: ubuntu-20.04
distro: noetic
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: ros-tooling/setup-ros@v0.7.0
- uses: ros-tooling/setup-ros@0.7.0
with:
required-ros-distributions: ${{ matrix.distro }}
- run: sudo apt remove python3-openssl -y
- uses: ros-tooling/action-ros-ci@v0.3.5
- uses: ros-tooling/action-ros-ci@0.3.5
with:
target-ros1-distro: ${{ matrix.distro }}

0 comments on commit 6eb9591

Please sign in to comment.