Skip to content

Commit

Permalink
Update .github/composite-actions/install-composer-deps/action.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Korba <[email protected]>
  • Loading branch information
keradus and Wirone authored Nov 3, 2023
1 parent b15502a commit 3743bd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/composite-actions/install-composer-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ runs:
timeout_minutes: 5
max_attempts: 5
retry_wait_seconds: 30
command: composer update --optimize-autoloader --no-interaction --no-progress --no-scripts ${{ inputs.flags }} # --no-scripts to avoid installing dev-tools for all jobs on CI level
# `--no-scripts` to avoid side-effects (e.g. installing dev-tools for all jobs on CI level),
# all executed scripts should be explicit and run only when needed.
command: composer update --optimize-autoloader --no-interaction --no-progress --no-scripts ${{ inputs.flags }}

- name: Report versions
shell: bash
Expand Down

0 comments on commit 3743bd1

Please sign in to comment.