Skip to content

Commit

Permalink
phpunit no longer supports verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Oct 28, 2024
1 parent aa8d1f7 commit a5fb2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: PHPUNIT tests
run: |
cd $DRUPAL_DIR/web/core
$DRUPAL_DIR/vendor/bin/phpunit --verbose --testsuite "${{ matrix.test-suite }}"
$DRUPAL_DIR/vendor/bin/phpunit --testsuite "${{ matrix.test-suite }}"
- name: Print chromedriver logs
if: matrix.test-suite == 'functional-javascript'
Expand Down

0 comments on commit a5fb2cd

Please sign in to comment.