detox build -c
does not return error exit code when build
fails
#3938
Labels
detox build -c
does not return error exit code when build
fails
#3938
What happened?
Above command does not exit with an error code when the gradew build step fails. This makes it difficult for CI environments to identify which step failed. Often, the build step would appear to succeed, and we get a file not found in the next step.
What was the expected behaviour?
detox build -c exits with error code from build step.
Was it tested on latest Detox?
Help us reproduce this issue!
No response
In what environment did this happen?
Detox version:
React Native version:
Has Fabric (React Native's new rendering system) enabled: (yes/no)
Node version:
Test-runner (select one): jest / other
Detox logs
Detox logs
Device logs
Device logs
More data, please!
No response
The text was updated successfully, but these errors were encountered: