Always run composer install even if the vendor dir was restored (#825)

Co-authored-by: Josh Gross <joshmgross@github.com>
This commit is contained in:
Jordi Boggiano
2021-02-26 23:34:09 +01:00
committed by GitHub
parent db576e4bf4
commit a115270340
-1
View File
@@ -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"