Skip to content

Commit

Permalink
Merge pull request #88 from cisagov/improvement/disable_fail-fast_for…
Browse files Browse the repository at this point in the history
…_test_and_build_jobs

Disable `fail-fast` for GitHub Actions Jobs with a Matrix Strategy
  • Loading branch information
mcdonnnj authored Oct 29, 2021
2 parents 2eb5dbb + d0c117f commit 0a70bbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- "3.6"
Expand Down Expand Up @@ -195,6 +196,7 @@ jobs:
runs-on: ubuntu-latest
needs: [lint, test]
strategy:
fail-fast: false
matrix:
python-version:
- "3.6"
Expand Down

0 comments on commit 0a70bbb

Please sign in to comment.