Skip to content

Commit

Permalink
turned off fast fail on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Nov 30, 2023
1 parent ff19e9d commit 378deb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rostest_to_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 360 # 6 hour timeout
strategy:
fail-fast: false
matrix:
job: ${{ fromJson(needs.generate-jobs.outputs.packages) }}
steps:
Expand Down

0 comments on commit 378deb3

Please sign in to comment.