Skip to content

Commit

Permalink
ci: don't fail fast
Browse files Browse the repository at this point in the history
jobs fail due to pre-commit/action#53
  • Loading branch information
dhimmel committed Apr 4, 2021
1 parent be76edb commit 7ab59c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
Expand Down

0 comments on commit 7ab59c4

Please sign in to comment.