From f53eb274509bb589bbdf84abe86ed33860684667 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Tue, 24 Jan 2023 15:56:26 +0100 Subject: [PATCH] Update ci.yml --- .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 c9f69ea3..da38cf4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,4 +80,4 @@ jobs: run: make - name: Run tests with phpunit - run: ./run-tests.sh + run: php ./vendor/phpunit/phpunit/phpunit