asdf-vm / asdf-vm/actions

Set outputs for plugin-test action

Open
#330 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
163
Forks
50
PR merge metrics
No merged PRs in 30d

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:

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

Contributor guide

Open the contributing guide

Research direction

Start at the plugin-test action entry point and its exec.exec(...) call; inspect how stdout, stderr, and debug lines are currently captured. Define the three action outputs shown in the issue and verify that they expose the test command’s lines in a workflow.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, javascript
Domain
ci-cd
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.