From 3f111708e306b9de72b09aecc23e927d00ea21ec Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 15 Sep 2022 21:10:25 +0100 Subject: [PATCH] Verboses integration tests --- .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 b5db61a2..badffb71 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,4 +41,4 @@ jobs: if: ${{ false }} # 2.x-dev is under development - name: Integration Tests - run: php bin/pest --colors=always --group=integration + run: php bin/pest --colors=always --group=integration -v