From 82abac4628253a2bb734e177ca915cf0aed27280 Mon Sep 17 00:00:00 2001 From: Claudio Dekker Date: Wed, 11 Dec 2024 18:18:57 +0100 Subject: [PATCH] WIP --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a6e98f5..0856de4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,4 +60,4 @@ jobs: composer update --prefer-dist --no-interaction --no-progress --${{ matrix.stability }} - name: Execute tests - run: vendor/bin/phpunit --verbose + run: vendor/bin/phpunit