From 577c87c5275a7d202d828bf2f147205d583b4672 Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Tue, 23 Mar 2021 11:57:03 +0100 Subject: [PATCH] Try to run phpunit from composer --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb658cd..2cff725 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,4 @@ jobs: - name: PHPUnit version run: phpunit --version - name: PHPUnit tests - run: phpunit tests - - name: PHPUnit tests 2 - run: composer test \ No newline at end of file + run: vendor/bin/phpunit tests \ No newline at end of file