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
If I have a job with a custom working directory, I must to define the working directory in the emulator step again
jobs:
name: 🧪 Android Testingruns-on: ubuntu-latestdefaults:
run:
working-directory: ./app # Working directory for all steps steps:
...
- name: 🧪 Testuses: reactivecircus/android-emulator-runner@v2with:
api-level: 35arch: x86_64target: google_apisemulator-port: 5554script: ./gradlew connectedAndroidTestworking-directory: ./app # I have to set working directory again