load extension before run composer

This commit is contained in:
Dengke Tang
2023-02-21 18:53:50 -08:00
parent e5e998aba9
commit 31a5785c2d
2 changed files with 15 additions and 10 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ if [ -z $PHP_BINARY ]; then
fi
if [ ! -d vendor ]; then
composer update
COMPOSER_BINARY=$(which composer)
$PHP_BINARY -c php.ini $COMPOSER_BINARY update
fi
$launcher $PHP_BINARY -c php.ini vendor/bin/phpunit tests --debug