Closed stratigos closed 7 months ago
The test environment is unable to read an .ex file located in the config/ dir by default for Phoenix apps as of v1.7
.ex
config/
This change makes a small edit to the README to suggest the sandbox.ex file be placed in the test/support dir.
sandbox.ex
test/support
I cannot imagine that CI is breaking due to a README change. Is there a way I can re-run the checks? Are these flaky test issues that will resolve after a few retries?
The test environment is unable to read an
.ex
file located in theconfig/
dir by default for Phoenix apps as of v1.7This change makes a small edit to the README to suggest the
sandbox.ex
file be placed in thetest/support
dir.