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
Since updated packages can be defined in .lando.yml, it makes sense that lando loads it to get versions. However, in situations such as those created by setup-lando in GHA, where a slim version of Lando is installed but service plugins are not yet downloaded, Lando throws errors on lando version about invalid service types in .lando.yml. This is causing most of the official Lando plugin's tests to fail because setup-lando validates the version before running lando setup.
Lando should probably have special error handling around tasks like version so that it will always succeed if obtaining the version is at all possible, even if other error states are present.
The text was updated successfully, but these errors were encountered:
Since updated packages can be defined in .lando.yml, it makes sense that lando loads it to get versions. However, in situations such as those created by setup-lando in GHA, where a slim version of Lando is installed but service plugins are not yet downloaded, Lando throws errors on
lando version
about invalid service types in .lando.yml. This is causing most of the official Lando plugin's tests to fail becausesetup-lando
validates the version before running lando setup.Lando should probably have special error handling around tasks like
version
so that it will always succeed if obtaining the version is at all possible, even if other error states are present.The text was updated successfully, but these errors were encountered: