Skip to content

Commit

Permalink
Merge pull request #923 from festim-dev/fail-fast-behaviour
Browse files Browse the repository at this point in the history
Always CI on different docker versions
  • Loading branch information
RemDelaporteMathurin authored Nov 15, 2024
2 parents 0769a6f + 0c60895 commit a3b1254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
container_version: [v0.9.0, nightly]
container: dolfinx/dolfinx:${{ matrix.container_version }}
Expand Down

0 comments on commit a3b1254

Please sign in to comment.