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

Individual steps for environments #21

Open
postlund opened this issue Apr 16, 2020 · 3 comments
Open

Individual steps for environments #21

postlund opened this issue Apr 16, 2020 · 3 comments
Labels
question Asks a question about tox-gh-actions

Comments

@postlund
Copy link

This is more of a technical question, but would it be possible to present each environment in tox as a separate step in Actions? I have several environments for various things (documentation, tests, generated code, etc.) and if one of them fails, it's just presented as "tox failed" and I have to dig through the log to find what actually failed. Would be very neat if every environment got its own step. Not sure what is possible with the Actions API, but I almost assume this is not possible?

@ymyzk
Copy link
Owner

ymyzk commented May 18, 2020

Sorry for the slow response. I'm not sure if there's an API we can split the steps from the code executed by GitHub Actions.

@ymyzk ymyzk added the question Asks a question about tox-gh-actions label May 18, 2020
@postlund
Copy link
Author

No worries! I suspect that it's not possible, but just had to ask. Took a middle way and run with tox -q -p auto, which runs multiple threads in tox and produces a lot less output. So that somewhat gives me what I want.

@ymyzk
Copy link
Owner

ymyzk commented Oct 4, 2020

This situation has improved slightly in #36. We now groups logs from each environment using GitHub Actions' feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Asks a question about tox-gh-actions
Projects
None yet
Development

No branches or pull requests

2 participants