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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user