really run the test

This commit is contained in:
Dengke Tang
2023-03-17 15:32:06 -07:00
parent d87841905e
commit 0571702a7f
+1 -6
View File
@@ -38,12 +38,7 @@ jobs:
phpize phpize
./configure ./configure
make make
./dev-scripts/run_tests.sh
- name: Install dependencies
# get path to composer.phar so we can run it with custom php.ini
run: |
COMPOSER_PHAR=$(realpath $(which composer))
php -c php.ini $COMPOSER_PHAR update --no-interaction
php-linux-x64: php-linux-x64:
runs-on: ubuntu-latest runs-on: ubuntu-latest