From c6037a874baa00cc9b9bc8962d1a658987f0a5bc Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 31 Jan 2024 10:28:31 +0000 Subject: [PATCH] Make tests run --- .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 1fbf035..ddbbdcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,4 +52,4 @@ jobs: composer-options: --ignore-platform-reqs - name: Run unit tests - run: vendor/bin/phpunit + run: php vendor/bin/phpunit