Skip to content
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

Set outputs for plugin-test action #330

Open
kameshsampath opened this issue Jun 28, 2021 · 2 comments · May be fixed by #331
Open

Set outputs for plugin-test action #330

kameshsampath opened this issue Jun 28, 2021 · 2 comments · May be fixed by #331

Comments

@kameshsampath
Copy link

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(...)

kameshsampath added a commit to kameshsampath/asdf-vm-actions that referenced this issue Jun 28, 2021
fixes Set outputs for plugin-test action asdf-vm#330
@kameshsampath kameshsampath linked a pull request Jun 28, 2021 that will close this issue
@jthegedus
Copy link
Contributor

@kameshsampath Hey mate, can you elaborate why you want these values? Perhaps there is another solution to the actual problem you are observing.

@kameshsampath
Copy link
Author

kameshsampath commented Mar 15, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants