Skip to content

Commit

Permalink
chore(workflow): ⚡ removed emulator arch type
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Dec 5, 2023
1 parent 12e8a76 commit 6f0dcd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ jobs:
run-android: true
emulator-target: playstore
emulator-version: 30
emulator-arch: arm64-v8a

test-mobile-bs:
needs:
Expand Down
2 changes: 1 addition & 1 deletion core-java/src/test/resources/boyka-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
},
"device": {
"os": "ANDROID",
"version": "12",
"version": "11",
"name": "Pixel_7_Pro",
"type": "VIRTUAL",
"server_install_timeout": 120,
Expand Down

0 comments on commit 6f0dcd7

Please sign in to comment.