Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional ability to install composer packages before running psalm #33

Open
Blacksmoke16 opened this issue Dec 3, 2021 · 1 comment

Comments

@Blacksmoke16
Copy link

We're currently leveraging https://github.com/psalm/psalm-plugin-symfony along with this action. However, since composer packages are not being installed, the container is never being created resulting in Uncaught Psalm\Exception\ConfigException: Container xml file(s) not found!.

Thoughts on adding the optional ability to also run composer install or some arbitrary command to handle this use case?

@weirdan
Copy link
Member

weirdan commented May 4, 2024

The action does run composer install, however it does it with --no-scripts flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants