Skip to content

Commit

Permalink
chore(makefile): remove use orchestrator
Browse files Browse the repository at this point in the history
SDK-149

Co-authored-by: Andras Sarro <[email protected]>
  • Loading branch information
davidSchuppa and LordAndras committed Jan 15, 2025
1 parent 0b7036f commit e1e2ccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ test-android-firebase-emulator: check-env ## run Android Instrumented tests on e
test-android-firebase: check-env ## run Android Instrumented tests on real devices on Firebase Test Lab
@gcloud firebase test android run \
--type instrumentation \
--use-orchestrator \
--app ./sample/build/outputs/apk/androidTest/debug/sample-debug-androidTest.apk \
--test ./$(MODULE_NAME)/build/outputs/apk/androidTest/debug/$(MODULE_NAME)-debug-androidTest.apk \
--device model=Pixel2.arm,version=29,locale=en,orientation=portrait \
Expand Down

0 comments on commit e1e2ccc

Please sign in to comment.