mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
try to just use make test?
This commit is contained in:
@@ -79,15 +79,15 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
phpize
|
phpize
|
||||||
./configure
|
./configure
|
||||||
make
|
|
||||||
|
|
||||||
- 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
|
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:
|
# linux-arm:
|
||||||
# name: ARM (${{ matrix.arch }})
|
# name: ARM (${{ matrix.arch }})
|
||||||
|
|||||||
Reference in New Issue
Block a user