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
The text was updated successfully, but these errors were encountered:
eduardoleolim
changed the title
Update default value of working-directory when is defined in default section
Update default value of working-directory when is defined in defaults section
Dec 30, 2024
If I have a job with a custom working directory, I must to define the working directory in the emulator step again
The text was updated successfully, but these errors were encountered: