mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix path in example (#84707)
This commit is contained in:
parent
576aab0833
commit
cdad35f2d8
@ -323,5 +323,5 @@ xcodebuild test-without-building -xctestrun "build/ios_integ/Build/Products/Runn
|
||||
Once everything is ok, you can upload the resulting zip to Firebase Test Lab (change the model with your values):
|
||||
|
||||
```sh
|
||||
gcloud firebase test ios run --test "build/ios_integ/ios_tests.zip" --device model=iphone11pro,version=14.1,locale=fr_FR,orientation=portrait
|
||||
gcloud firebase test ios run --test "build/ios_integ/Build/Products/ios_tests.zip" --device model=iphone11pro,version=14.1,locale=fr_FR,orientation=portrait
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user