mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
make test after the composer nonsense
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user