make test after the composer nonsense

This commit is contained in:
Dengke Tang
2023-02-21 19:01:11 -08:00
parent 31a5785c2d
commit 82abc2d4da
+1 -1
View File
@@ -80,13 +80,13 @@ jobs:
phpize phpize
./configure ./configure
make make
make test
- name: Install dependencies - name: Install dependencies
run: | run: |
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php composer-setup.php php composer-setup.php
php -c php.ini composer.phar update --no-interaction php -c php.ini composer.phar update --no-interaction
make test
# linux-arm: # linux-arm: