diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index feef325..8087801 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,7 +87,7 @@ jobs: - name: Run the unit tests if: ${{ matrix.coverage == false }} - run: vendor/bin/phpunit + run: composer test - name: Run the unit tests with code coverage if: ${{ matrix.coverage == true }}