Skip to content

Commit fca2d76

Browse files
committed
Fix CI
1 parent 02a1fce commit fca2d76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ jobs:
7575
php-ini-values: "zend.assertions=1"
7676

7777
- name: "Run PHPUnit"
78-
run: "vendor/bin/phpunit -v"
78+
run: "vendor/bin/phpunit"
7979
env:
80-
SYMFONY_DEPRECATIONS_HELPER: 999999
8180
MONGODB_URI: ${{ steps.setup-mongodb.outputs.cluster-uri }}

0 commit comments

Comments
 (0)