Skip to content

Commit

Permalink
run instrumentation tests on Pixel 7 API 33
Browse files Browse the repository at this point in the history
instead of default Pixel 5 API 30
  • Loading branch information
djbrown authored May 31, 2023
1 parent ba1d24e commit 6e11717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion instrumentation-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ set +e # don't abort if commands exit with non zero exit code
gcloud firebase test android run \
--app $APPLICATION_APK \
--test $INSTRUMENTATION_APK \
--results-dir $GCLOUD_BUCKET_DIRECTORY
--results-dir $GCLOUD_BUCKET_DIRECTORY \
--device model=panther,version=33
test_code=$?
set -e # abort if commands exit with non zero exit code

Expand Down

0 comments on commit 6e11717

Please # to comment.