diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 180ebeb..9701cae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,13 +80,13 @@ jobs: phpize ./configure make - make test - name: Install dependencies run: | php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php composer-setup.php php -c php.ini composer.phar update --no-interaction + make test # linux-arm: