Skip to content

Set outputs for plugin-test action #330

Open
@kameshsampath

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions