From 7afb3807810cd691852e1ab5a9e24135a8edf9db Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 9 Sep 2024 00:20:45 +0100 Subject: [PATCH] fix tests --- .github/workflows/tests.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 973b2fa..394839c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,4 +36,4 @@ jobs: run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi - name: Unit Tests - run: composer test:unit + run: pest --colors=always || pest --colors=always diff --git a/composer.json b/composer.json index d2a46d5..a167876 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "test": [ "@test:lint", "@test:types", - "pest --colors=always" + "@test:unit" ] } }