diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index fba1914b0..5dbee9d7c 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -86,16 +86,16 @@ jobs: distribution: 'temurin' cache: gradle - # - name: Android Emulator Runner - # uses: ReactiveCircus/android-emulator-runner@v2 - # with: - # working-directory: ./platforms/android - # api-level: 26 - # target: google_apis - # arch: x86_64 - # ndk: 21.0.6113669 - # cmake: 3.10.2.4988404 - # script: ./gradlew connectedCheck --status + - name: Android Emulator Runner + uses: ReactiveCircus/android-emulator-runner@v2 + with: + working-directory: ./platforms/android + api-level: 26 + target: google_apis + arch: x86_64 + ndk: 21.0.6113669 + cmake: 3.10.2.4988404 + script: ./gradlew connectedCheck --status - name: Run appium server shell: bash -l {0} @@ -106,9 +106,8 @@ jobs: npx wdio --version npx appium &>/dev/null & - - # - name: Waiting until appium server executed - # run: sleep 10 + - name: Waiting until appium server executed + run: sleep 10 # - name: Android appium test run # shell: bash -l {0}