From 20b18c4da09742a8743e76d9d89cc06f7203900f Mon Sep 17 00:00:00 2001 From: Jijeong Lee Date: Thu, 23 Nov 2023 17:51:18 -0800 Subject: [PATCH] comment other tests except appium server --- .github/workflows/android-build.yml | 34 ++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index f5f08e0ca..9a2be3a2c 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,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