Skip to content

Commit

Permalink
appium wdio version check
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Nov 24, 2023
1 parent 18e4efa commit d91d7fc
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,6 @@ jobs:
gradle --version
npx cordova build android
- name: Running Appium
run: |
#!/bin/bash
set -ex
npm install -g appium
appium -v
appium &>/dev/null &
- name: set up JDK 11
uses: actions/setup-java@v3
with:
Expand All @@ -103,16 +95,18 @@ jobs:
arch: x86_64
ndk: 21.0.6113669
cmake: 3.10.2.4988404
script: ./gradlew connectedCheck --status

- name: Setup the serve environment
shell: bash -l {0}
run: |
bash setup/setup_serve.sh
script: ./gradlew connectedCheck --status

- name: Android appium test run
- name: Run appium server
shell: bash -l {0}
run: |
npx wdio ./e2e-tests/config/android.config.js
npx appium --version
npx wdio --version
npx appium
# - name: Android appium test run
# shell: bash -l {0}
# run: |
# npx wdio ./e2e-tests/config/android.config.js


0 comments on commit d91d7fc

Please sign in to comment.