We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780ab04 commit 703559eCopy full SHA for 703559e
.github/workflows/build-ci-atlas.yml
@@ -11,8 +11,6 @@ jobs:
11
name: "PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} MongoDB ${{ matrix.mongodb }} ${{ matrix.mode }}"
12
13
strategy:
14
- # Tests with Atlas fail randomly
15
- fail-fast: false
16
matrix:
17
os:
18
- "ubuntu-latest"
@@ -77,4 +75,4 @@ jobs:
77
75
- name: "Run tests"
78
76
run: |
79
export MONGODB_URI="mongodb://127.0.0.1:27017/?directConnection=true"
80
- ./vendor/bin/phpunit --coverage-clover coverage.xml --group atlas-search
+ ./vendor/bin/phpunit --coverage-clover coverage.xml --debug
0 commit comments