Skip to content

Commit

Permalink
add sleep command
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Nov 25, 2023
1 parent a3ed942 commit 9b97c52
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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}
Expand Down

0 comments on commit 9b97c52

Please sign in to comment.