Skip to content

Commit

Permalink
chore: run phpunit tests without verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildewit authored Mar 13, 2024
1 parent e783ecc commit c7727dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit c7727dc

Please sign in to comment.