Skip to content

Commit

Permalink
Install appium driver
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyod committed Nov 27, 2023
1 parent de85ac6 commit d7f34b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ jobs:
- name: Extract outputh path
working-directory: ${{ matrix.scheme }}
run: path=$(grep -o '^Touch .*\.app' build.log | sed 's/Touch //')
- name: Install Appium driver
run: yarn dlx appium driver install xcuitest
- name: Start Appium server
run: nohup yarn dlx appium server
run: nohup yarn dlx appium server 2>&1
- name: Run End-to-End tests
working-directory: ${{ matrix.scheme }}
run: APP_PATH=$path yarn test
Expand Down

0 comments on commit d7f34b6

Please sign in to comment.