From 09d9465d0c69f6fbd37799114c3fbf7dd9ad3dff Mon Sep 17 00:00:00 2001 From: Joao Patricio Date: Tue, 25 Feb 2025 00:21:19 +0000 Subject: [PATCH] Update tests.yml - Use pest This PR replaces running `./vendor/bin/phpunit` with the set up Pest `./vendor/bin/pest` --- .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 61efca708..8ae5a5da2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,4 +50,4 @@ jobs: run: php artisan key:generate - name: Tests - run: ./vendor/bin/phpunit + run: ./vendor/bin/pest