From a1152703407cf97bb8e3cb39eeb909649f69fa02 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 26 Feb 2021 23:34:09 +0100 Subject: [PATCH] Always run composer install even if the vendor dir was restored (#825) Co-authored-by: Josh Gross --- ci/php.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/php.yml b/ci/php.yml index f811a18..e1dceef 100644 --- a/ci/php.yml +++ b/ci/php.yml @@ -27,7 +27,6 @@ jobs: ${{ runner.os }}-php- - name: Install dependencies - if: steps.composer-cache.outputs.cache-hit != 'true' run: composer install --prefer-dist --no-progress --no-suggest # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"