diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3af3c008..5e915e37 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,8 @@ jobs: with: php-version: ${{ matrix.php-versions }} extensions: gd, sqlite3 - tools: phpunit + - name: Setup PHPunit + run: composer install -n - name: Run unit tests run: phpunit --no-coverage working-directory: tst