Skip to content

Commit

Permalink
add appium script
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Nov 23, 2023
1 parent 6b4dbd8 commit 81a2217
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ 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 Down

0 comments on commit 81a2217

Please sign in to comment.