Skip to content

Commit

Permalink
build: Added allow shell to appium ci
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-perri committed Oct 8, 2023
1 parent a2dbfe4 commit 0dd00bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
npm install
- name: Start Appium server
run: appium &
run: appium --allow-insecure=adb_shell &

- name: Run emulator and tests
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit 0dd00bf

Please sign in to comment.