We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd649fd commit 4011e23Copy full SHA for 4011e23
.circleci/config.yml
@@ -208,7 +208,7 @@ jobs:
208
command: |
209
gcloud firebase test ios run \
210
--test << parameters.workspace-path >>/build_products.zip \
211
- --device model=iphone13pro,version=15.7 \
+ --device model=iphone16pro,version=18.3 \
212
--timeout 10m \
213
--num-flaky-test-attempts 3 \
214
--client-details matrixLabel="${CIRCLE_JOB}-${CIRCLE_SHA1:0:6}" 2>&1 | tee firebase_test_lab_run.log
0 commit comments