Unverified Commit cdad35f2 authored by Aneesh Rao's avatar Aneesh Rao Committed by GitHub

Fix path in example (#84707)

parent 576aab08
...@@ -323,5 +323,5 @@ xcodebuild test-without-building -xctestrun "build/ios_integ/Build/Products/Runn ...@@ -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): Once everything is ok, you can upload the resulting zip to Firebase Test Lab (change the model with your values):
```sh ```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
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment