We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1c36db + 99a2851 commit 29af09cCopy full SHA for 29af09c
action.yml
@@ -99,7 +99,7 @@ runs:
99
if: steps.checks1.outputs.uses_composer == 'false'
100
101
- name: Install Composer dependencies (with dev)
102
- run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader
+ run: composer install --no-progress --prefer-dist --optimize-autoloader
103
shell: bash
104
105
- name: Doing some nessary checks (part II)
0 commit comments