From 12b8e0cb0ed6460abbb2bebcb3b9c6e0e3c713a1 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Wed, 2 Aug 2023 11:37:06 -0700 Subject: [PATCH] add gem dependency to the ios_app_with_extensions_test (#131713) Adds gem dependency to the tests Fixes https://github.com/flutter/flutter/issues/131693 --- .ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index bd92cd051d9..74e9d417f30 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -3769,6 +3769,10 @@ targets: presubmit: false timeout: 60 properties: + dependencies: >- + [ + {"dependency": "gems", "version": "v3.3.14"} + ] tags: > ["devicelab", "hostonly", "mac"] task_name: ios_app_with_extensions_test @@ -3779,6 +3783,10 @@ targets: presubmit: false timeout: 60 properties: + dependencies: >- + [ + {"dependency": "gems", "version": "v3.3.14"} + ] tags: > ["devicelab", "hostonly", "mac", "arm64"] task_name: ios_app_with_extensions_test