Skip to content

Commit

Permalink
Do not fail fast for ci runs
Browse files Browse the repository at this point in the history
We still would like to see the other versions' results if one version fails.
  • Loading branch information
urfeex committed Nov 13, 2024
1 parent 881adb0 commit 1eff585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest
name: build (${{matrix.env.URSIM_VERSION}}-${{matrix.env.ROBOT_MODEL}})
strategy:
fail-fast: false
matrix:
env:
- DOCKER_RUN_OPTS: --network ursim_net
Expand Down

0 comments on commit 1eff585

Please sign in to comment.