Skip to content

Commit 7b22c62

Browse files
committed
Disable fail-fast due to Atlas issues
1 parent 694e76d commit 7b22c62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
name: "PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} MongoDB ${{ matrix.mongodb }} ${{ matrix.mode }}"
1212

1313
strategy:
14+
# Tests with Atlas fail randomly
15+
fail-fast: false
1416
matrix:
1517
os:
1618
- "ubuntu-latest"

0 commit comments

Comments
 (0)