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
As a developer I would like to have the output from the plugin test command to validate my test results as part of the workflow. The improvement to the plugin action could be like:
...
outputs:
stdout:
description: "An array of stdout lines the test command"stderr:
description: "An array of stderr of the test command"debug:
description: "An array of debug lines of the test command"
The output essentially are the lines from the exec.exec(...)
The text was updated successfully, but these errors were encountered:
kameshsampath
added a commit
to kameshsampath/asdf-vm-actions
that referenced
this issue
Jun 28, 2021
On 15 Mar 2023 at 12:51 PM +0530, James Hegedus ***@***.***>, wrote:
@kameshsampath Hey mate, can you elaborate why you want these values? Perhaps there is another solution to the actual problem you are observing.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
As a developer I would like to have the output from the plugin test command to validate my test results as part of the workflow. The improvement to the plugin action could be like:
The output essentially are the lines from the
exec.exec(...)
The text was updated successfully, but these errors were encountered: