Skip to content

Commit

Permalink
Set fail fast to false on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoguita committed Dec 21, 2022
1 parent 4545bbd commit d5cf5ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
docker:
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
include:
- image: reva
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
docker:
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
image: [reva, revad, revad-eos, revad-ceph]
steps:
Expand All @@ -59,6 +60,7 @@ jobs:
needs: docker
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
profile: [1, 2, 3]
steps:
Expand Down

0 comments on commit d5cf5ad

Please sign in to comment.