feat: add support for setup-testlens action#57
Open
jjohannes wants to merge 3 commits intoPandasWhoCode:mainfrom
Open
feat: add support for setup-testlens action#57jjohannes wants to merge 3 commits intoPandasWhoCode:mainfrom
jjohannes wants to merge 3 commits intoPandasWhoCode:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds optional TestLens initialization to this composite “initialize job” action, and introduces a CI workflow job to validate the new capability.
Changes:
- Add
setup-testlensandtestlens-write-log-filesinputs toaction.yml. - Run
testlens-app/setup-testlensconditionally within the composite action. - Add a dedicated workflow job to exercise and verify the TestLens setup path.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
action.yml |
Adds new inputs and a conditional “Setup TestLens” step using testlens-app/setup-testlens. |
.github/workflows/test.yml |
Adds a test-setup-testlens job to run the action with setup-testlens enabled and verify the generated init script. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
97dbd1a to
e73837b
Compare
https://github.com/testlens-app/setup-testlens Signed-off-by: Jendrik Johannes <jendrik@onepiece.software>
e73837b to
cb470d9
Compare
Signed-off-by: Jendrik Johannes <jendrik@onepiece.software>
Signed-off-by: Jendrik Johannes <jendrik@onepiece.software>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #31
https://github.com/testlens-app/setup-testlens