From a1e02f8c5f84d69bf5c62b527a4cf78594839e30 Mon Sep 17 00:00:00 2001 From: Alessio Vertemati Date: Fri, 17 May 2024 11:06:13 +0200 Subject: [PATCH] No-coverage run --- .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 3218b0c..3570bbc 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -46,4 +46,4 @@ jobs: composer update --${{ matrix.stability }} --prefer-dist --no-interaction - name: Execute tests - run: vendor/bin/phpunit + run: vendor/bin/phpunit --no-coverage