Skip to content

Commit 703559e

Browse files
committed
debug
1 parent 780ab04 commit 703559e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-ci-atlas.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ 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
1614
matrix:
1715
os:
1816
- "ubuntu-latest"
@@ -77,4 +75,4 @@ jobs:
7775
- name: "Run tests"
7876
run: |
7977
export MONGODB_URI="mongodb://127.0.0.1:27017/?directConnection=true"
80-
./vendor/bin/phpunit --coverage-clover coverage.xml --group atlas-search
78+
./vendor/bin/phpunit --coverage-clover coverage.xml --debug

0 commit comments

Comments
 (0)