Skip to content

Commit 51153c1

Browse files
author
Will Binns-Smith
authored
GitHub Actions: disable fail-fast for integration_tests (#8007)
1 parent ffcc995 commit 51153c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
matrix:
6767
node: [14, 16]
6868
os: [ubuntu-latest, macos-latest, windows-latest]
69+
# These tend to be quite flakey, so one failed instance shouldn't stop
70+
# others from potentially succeeding
71+
fail-fast: false
6972
runs-on: ${{matrix.os}}
7073
steps:
7174
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)