From c7727dcac2dfec437b5d8a0b357b37e2134d7b45 Mon Sep 17 00:00:00 2001 From: Cyril de Wit Date: Wed, 13 Mar 2024 19:38:29 +0100 Subject: [PATCH] chore: run phpunit tests without verbose mode --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 9628732..bb725a1 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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