-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set location should not use comma #532
Conversation
using comma instead of dot will cause fbsimctl to fail.
CI should be green now, can you please rebase the PR and rerun the tests ? |
Can you please explain what is going on here? What the issue is and what the fix is? I don't understand. |
using comma instead of dot will cause fbsimctl to fail.
@rotemmiz this PR is rebased to the master branch. But CI will fail because the test project's detox is based on the npm version instead of building from this code change. https://github.com/wix/detox/blob/master/detox/test/package.json#L19 |
Why do you suspect it uses the npm version? |
ok. i'm not correct. The CI failed because of wrong username & password while trying to publish the doc? |
@DanielMSchmidt can you please help with this? |
@rotemmiz two fixes, one is in #544 so it doesn't even run for the PR. |
Hi again, |
ok. done. no conflict & all test passed |
Thanks, merged |
using comma instead of dot will cause fbsimctl to fail.