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