Skip to content

Commit

Permalink
comment other tests except appium server
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Nov 24, 2023
1 parent 47ae276 commit 20b18c4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 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,13 +106,13 @@ jobs:
npx appium
ls
- 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}
run: |
source setup/activate_native.sh
npx wdio ./e2e-tests/config/android.config.js
# - name: Android appium test run
# shell: bash -l {0}
# run: |
# source setup/activate_native.sh
# npx wdio ./e2e-tests/config/android.config.js


0 comments on commit 20b18c4

Please sign in to comment.