From 82abc2d4da34a105b89b2aa8ec34785f77304b22 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Tue, 21 Feb 2023 19:01:11 -0800 Subject: [PATCH] make test after the composer nonsense --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 180ebeb..9701cae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,13 +80,13 @@ jobs: phpize ./configure make - 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: