You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: