You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometime after 1/21/22 our docker compose command output stopped showing up in our github action logs. I created a PR #374 to test that we did not introduce a regression. Old code which used to output the logs no longer works like it used to. This almost confirms that there was a change outside our project which caused this.
2.2.2 and previous releases tried to guess the context is a TTY, and set -T accordingly. This demonstrated to have various side effects when it comes to stdin / stdout redirection within a terminal, so we preferred to ask the user for explicit configuration when using compose in a non-tty environment.
Bug Description
Sometime after 1/21/22 our docker compose command output stopped showing up in our github action logs. I created a PR #374 to test that we did not introduce a regression. Old code which used to output the logs no longer works like it used to. This almost confirms that there was a change outside our project which caused this.
Take a look at our Pytest output in these actions:
1/21/22 Run - https://github.com/ethyca/fides/runs/4901660513
1/24/22 Run - https://github.com/ethyca/fides/runs/4925411776
The run on the 24th is missing the test output.
Steps to Reproduce
Submit PR with any code changes. Pytest action will not show any test output.
Expected behavior
PR checks should show test output:
Environment
Default github action container
The text was updated successfully, but these errors were encountered: