laminas / laminas-continuous-integration-action

GitHub Action for running a QA check
BSD 3-Clause "New" or "Revised" License
19 stars 19 forks source link

Allow configuration flag passed to the container to disable composer dependency installation #171

Open boesing opened 1 year ago

boesing commented 1 year ago

Feature Request

Q A
New Feature yes

Summary

The CI matrix generates jobs which do not depend on PHP and therefore do not need installed composer dependencies. I'd love to implement a JOB flag which tells the container to not install composer dependencies.

i.e. requiresComposerDependencies or something else.

Refs: