Skip to content

Commit

Permalink
GitHub Actions: disable fail-fast for integration_tests (#8007)
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Binns-Smith committed Apr 26, 2022
1 parent ffcc995 commit 51153c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -66,6 +66,9 @@ jobs:
matrix:
node: [14, 16]
os: [ubuntu-latest, macos-latest, windows-latest]
# These tend to be quite flakey, so one failed instance shouldn't stop
# others from potentially succeeding
fail-fast: false
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 51153c1

Please sign in to comment.