diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92ecff145aa..d3de8dcd6ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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