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
Fix environment variables for CI to fix builds not working. Currently, fastlane tries to retrieve bundle identifier etc. from the environment variables. Due to that, detox tests fail, since the bundle identifier is empty in PRs.
We should probably set the bundle identifier directly in the CI step instead of trying to retrieve it.
The text was updated successfully, but these errors were encountered:
Fix environment variables for CI to fix builds not working. Currently, fastlane tries to retrieve bundle identifier etc. from the environment variables. Due to that, detox tests fail, since the bundle identifier is empty in PRs.
We should probably set the bundle identifier directly in the CI step instead of trying to retrieve it.
The text was updated successfully, but these errors were encountered: