From 0571702a7fcd25ddcc64e27c33566b5761b81e30 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Fri, 17 Mar 2023 15:32:06 -0700 Subject: [PATCH] really run the test --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 562f1e8..b205a21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,12 +38,7 @@ jobs: phpize ./configure make - - - 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 + ./dev-scripts/run_tests.sh php-linux-x64: runs-on: ubuntu-latest