Hi all, I have a pipeline I wrote pre dagger functions (v0.9.5) which runs some tests.
I used to get the test output when the pipeline completes.
Now it just finishes and there's no output. It's using dagger run
Has the functionality changed in some way, or is there a way to still show the output of the test results on the console?
Edit: I can see the output in CI (--progress plain) but not with the TTY output.