-
Notifications
You must be signed in to change notification settings - Fork 660
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
Psalm shows minimal output when run via GitHub Actions #10250
Comments
Hey @mmcev106, can you reproduce the issue on https://psalm.dev ? |
Nope |
yes, it was intended #9982 you can specify the output format explicitly: psalm/tests/EndToEnd/PsalmRunnerTrait.php Lines 27 to 30 in 69d5881
i didnt expect downstream would assert it 😹 excusi (i do think current default behavior is the right one) |
Thanks for the quick response! Understood, closing... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ro0NL, version 5.14.0 included commit #8ed4f94 which changed the output format when Psalm is run via GitHub Actions. This broke our unit tests until I tracked it down and unset
GITHUB_ACTIONS
prior to running our Psalm related tests.Was this change intended to affect all downstream projects that run Psalm via GitHub Actions? If it was only intended to affect Psalm itself's tests, then I wonder if we should set a new environment variable to control this instead (in Psalm's Github Action configuration).
The text was updated successfully, but these errors were encountered: