Skip to content

Commit b213540

Browse files
committed
Fix CI
1 parent 83bd963 commit b213540

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
@@ -77,7 +77,6 @@ jobs:
7777
php-ini-values: "zend.assertions=1"
7878

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

0 commit comments

Comments
 (0)