From f264c8827257fdd808530ebf1b610729175befb0 Mon Sep 17 00:00:00 2001 From: Raza Mehdi Date: Sat, 30 Sep 2023 22:39:19 +0500 Subject: [PATCH] Fix command. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b5447ee2..0d7f74fa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: - name: Install Composer dependencies env: PHP_VERSION: ${{ matrix.php-versions }} - run: $(if [ "$PHP_VERSION" == "7.0" ]; then composer config --no-plugins allow-plugins.kylekatarnls/update-helper && fi;) composer install --no-progress --prefer-dist --optimize-autoloader + run: $(if [ "$PHP_VERSION" == "7.0" ]; then echo "composer config --no-plugins allow-plugins.kylekatarnls/update-helper &&"; fi;) composer install --no-progress --prefer-dist --optimize-autoloader - name: Run tests with code coverage env: PHP_VERSION: ${{ matrix.php-versions }}