We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to a limitation in the format of problem matchers, it's currently not possible to extract multiline messages. For input such as:
TestTestApp#test_resources_pod_returns_spec_path [test/test_test_app.rb:31]: Expected: ".." Actual: "."
"Expected: …" and "Actual: …" are two separate errors with this matcher. We are currently not able to match output such as:
TestTestApp#test_resources_pod_writes_podspec [test/test_test_app.rb:50]: --- expected +++ actual @@ -1 +1 @@ -["dist/assetd", "dist/main.jsbundle"] +["dist/assets", "dist/main.jsbundle"]
This issue has been reported in actions/toolkit#193 and actions/toolkit#319.
Originally posted by @tido64 in #61
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Due to a limitation in the format of problem matchers, it's currently not possible to extract multiline messages. For input such as:
"Expected: …" and "Actual: …" are two separate errors with this matcher. We are currently not able to match output such as:
This issue has been reported in actions/toolkit#193 and actions/toolkit#319.
Originally posted by @tido64 in #61
The text was updated successfully, but these errors were encountered: