Skip to content

Commit

Permalink
Change to virtual device for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tonidero committed Nov 8, 2024
1 parent 2828907 commit be53eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ commands:
gcloud firebase test android run --type instrumentation \
--app <<parameters.app_apk_path>> \
--test <<parameters.test_apk_path>> \
--device model=panther,version=33,locale=en,orientation=portrait \
--device model=MediumPhone.arm,version=33,locale=en,orientation=portrait \
--timeout 2m \
--results-bucket cloud-test-${GOOGLE_PROJECT_ID}
- run:
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ platform :android do
--app ../purchases/test_artifacts/#{app_name}-app.apk \
--test ../purchases/test_artifacts/#{app_name}-test.apk \
--timeout 2m \
--device model=panther,version=33,locale=en,orientation=portrait \
--device model=MediumPhone.arm,version=33,locale=en,orientation=portrait \
--results-bucket cloud-test-#{google_project_id}"

dir_path = File.join(Dir.home, 'gsutil')
Expand Down

0 comments on commit be53eb4

Please sign in to comment.