Skip to content

Commit

Permalink
Disable fail-fast in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 13, 2022
1 parent f718c4c commit 3c54eb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
distro: [ "tumbleweed", "leap_latest" ]

Expand Down Expand Up @@ -50,6 +51,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
distro: [ "tumbleweed", "leap_latest" ]

Expand All @@ -75,6 +77,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
distro: [ "leap_latest" ]

Expand All @@ -95,6 +98,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
distro: [ "leap_latest" ]

Expand Down

0 comments on commit 3c54eb0

Please sign in to comment.