From 7e30ab345775b64cdf944d75b138f352830cd0f0 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Sun, 2 Jun 2024 03:16:10 +0700 Subject: [PATCH] Fix phpunit invoke --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b35329..1c10a84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,4 @@ jobs: run: composer update --no-ansi --no-interaction --no-progress - name: Run tests with phpunit - run: vendor/bin/phpunit + run: vendor/bin/simple-phpunit