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
Hello
this may not be an issue with the generated scripts of setup-ci but I am trying to run my maestro tests of an Expo app in my github action worflows in android. And it is failing at the Run Metro Bundler phase.
I am quite a newbie and not sure what this step should be doing but the yarn start command that I have in my package.json is doing a npx expo start.
the symptom is the readiness check always fails.
I am not sure on how to proceed ?
I have managed to run the tests manually without using your generated scripts(it took me a week !!) but I simply built the apk and used adb install android/app/build/outputs/apk/release/app-release.apk to deploy is in the android simulator, but did not do any other fancy things.
I was hoping to use your scripts as it manages caching which is always the hardest part for me.
Hello
this may not be an issue with the generated scripts of
setup-cibut I am trying to run my maestro tests of an Expo app in my github action worflows in android. And it is failing at the Run Metro Bundler phase.I am quite a newbie and not sure what this step should be doing but the
yarn startcommand that I have in my package.json is doing anpx expo start.the symptom is the readiness check always fails.
I am not sure on how to proceed ?
I have managed to run the tests manually without using your generated scripts(it took me a week !!) but I simply built the apk and used
adb install android/app/build/outputs/apk/release/app-release.apkto deploy is in the android simulator, but did not do any other fancy things.I was hoping to use your scripts as it manages caching which is always the hardest part for me.