Skip to content

Commit 1eff585

Browse files
committed
Do not fail fast for ci runs
We still would like to see the other versions' results if one version fails.
1 parent 881adb0 commit 1eff585

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
name: build (${{matrix.env.URSIM_VERSION}}-${{matrix.env.ROBOT_MODEL}})
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
env:
1213
- DOCKER_RUN_OPTS: --network ursim_net

0 commit comments

Comments
 (0)