Skip to content

Commit

Permalink
Removed unneeded quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-nguyen committed Oct 4, 2024
1 parent 31459cb commit f627d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gcloud firebase test android run \
--type instrumentation \
--app build/app/outputs/apk/debug/app-debug.apk \
--test build/app/outputs/apk/androidTest/debug/app-debug-androidTest.apk \
--device 'model="oriole",version="33",locale=en,orientation=portrait' \
--device 'model=oriole,version=33,locale=en,orientation=portrait' \
--timeout 10m \
--use-orchestrator \
--environment-variables clearPackageData=true

0 comments on commit f627d58

Please sign in to comment.