Skip to content

Commit 12b8e0c

Browse files
author
Chris Yang
authored
add gem dependency to the ios_app_with_extensions_test (flutter#131713)
Adds gem dependency to the tests Fixes flutter#131693
1 parent aa77d1f commit 12b8e0c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3769,6 +3769,10 @@ targets:
37693769
presubmit: false
37703770
timeout: 60
37713771
properties:
3772+
dependencies: >-
3773+
[
3774+
{"dependency": "gems", "version": "v3.3.14"}
3775+
]
37723776
tags: >
37733777
["devicelab", "hostonly", "mac"]
37743778
task_name: ios_app_with_extensions_test
@@ -3779,6 +3783,10 @@ targets:
37793783
presubmit: false
37803784
timeout: 60
37813785
properties:
3786+
dependencies: >-
3787+
[
3788+
{"dependency": "gems", "version": "v3.3.14"}
3789+
]
37823790
tags: >
37833791
["devicelab", "hostonly", "mac", "arm64"]
37843792
task_name: ios_app_with_extensions_test

0 commit comments

Comments
 (0)