What is the common approach for working with CI and ApprovalTests? I've encountered an issue because access to the approval file was denied. So I start to wonder whether I should use ApprovalTests in CI test run. What is the recommended location for approval files for CI scenario?
I don't want to put chmod -R a+x
here and there