Is it possible to access to standard output logs from tests ran on github?
Let’s say for example, if i run the tests locally, everything is passing successfully but not in the CI workflow:
For example, to see more details on the exceptions or test failing here:
https://github.com/airbytehq/airbyte/runs/2583822491?check_suite_focus=true
How do I debug to see what is different on github vs my local computer?