Skip to content

Commit

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

0 comments on commit de85ac6

Please sign in to comment.