I am having issues with building a react native app(with expo- bare-work flow) in github actions using detox to run e2e tests. The issue seems to be when using the metro bundler the port is in use. It is failing on the following step "detox build -c ios". Are there any ports that cant be used on github actions? Any suggestions would be greatly appreciated to resolve this issue :)
please see github action:
Below is my detoxrc.json: