-
Notifications
You must be signed in to change notification settings - Fork 3
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
Verbose mode, or debug output #40
Comments
(also you're not using the latest version, it's 0.1.7.0 now) |
Ideally, it would print the output it just created. For example, it might In my situation, I had another job that needed the output of |
Got it, I'll take care of it around the end of next week because I'm neck-deep into other problems. If it's too long for you I'll gladly review a PR. :) |
@turion As a workaround, you can run the "Generate matrix from cabal" job with debug logging enabled. |
I often find myself debugging why it doesn't work as intended on Github Actions, which is cumbersome. It would be great if there was a verbose mode, or if
get-tested
would always produce debug output when used as an action. E.g. when I look at this:https://github.com/turion/time-domain/actions/runs/9665355746/job/26662232443?pr=21#step:2:134
I can't really see what the output of the run was. If it could just echo that, it would already be helpful.
The text was updated successfully, but these errors were encountered: