Skip to content

Commit

Permalink
Turn off GitHub Actions fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 28, 2023
1 parent 81a613a commit 10fe7b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
name: test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
container:
- debian # uses debian:buster-20200327-slim which is debian 10.3
Expand All @@ -36,6 +37,7 @@ jobs:
name: test_all
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
container:
- ubuntu # uses ubuntu:bionic-20200311 which is ubuntu 18.04
Expand Down

0 comments on commit 10fe7b0

Please sign in to comment.