-
Notifications
You must be signed in to change notification settings - Fork 31
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
Not working on Github Actions CI #32
Comments
Is the simulator app launched? if not you might try that |
Yes it has launched & I've confirmed by finding the simulator with the same ID marked as 'booted' with |
Any thoughts on things I can try to help debug this? |
The tool relies on DistributedNotificationCenter, I've seen some older reports that indicate that it might not be working on recent macOS versions, for example: https://developer.apple.com/forums/thread/129437 Not sure if your issue would be the same as that one but worth exploring around it. |
Thanks @triztian. Theoretically the version of MacOS that is running the the Github Actions container is the same as what I'm running locally, but I'll check this out to see if anything others have reported here can help debug better. |
I think I am noticing the same thing on my Detox setup, which is using TeamCity rather than Github Actions CI. Works locally, but not on the build system. Any ideas what could be different between the local build and the CI system? |
Same issue on Azure Pipelines machines. Has anyone found a solution already? |
I am working on Jenkins. Before the set-simulator-location command, you must specify the path to the executable file. |
You should try Xcode 14's new feature for this, maybe it doesn't have this issue:
|
I'm trying to use
set-simulator-location
for testing behaviour on CI using Detox. It works fine when running locally, but does not work at all when running on Github Actions CI.Has anyone encountered this? Is it a known limitation or is there some build configuration that is necessary to enable location setting on CI servers?
The text was updated successfully, but these errors were encountered: