File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,23 +21,23 @@ steps:
21
21
# ################
22
22
# Build and Test
23
23
# ################
24
- - label : " 📦 Build and Test Swift Package ({{matrix}})"
24
+ - label : " 📦 Build and Test Swift Package ({{matrix.image_id }})"
25
25
key : " test"
26
26
command : |
27
27
validate_swift_package device:"{{matrix.device}}"
28
28
plugins : [$CI_TOOLKIT]
29
29
env :
30
- IMAGE_ID : " {{matrix}}"
30
+ IMAGE_ID : " {{matrix.image_id }}"
31
31
matrix :
32
32
setup :
33
- image :
33
+ image_id :
34
34
- $IMAGE_ID
35
35
device :
36
36
- " iPhone SE (3rd generation) (17.5)"
37
37
adjustments :
38
38
- with :
39
- image : " xcode-15.1"
40
- device : " iPhone SE (3rd generation) (17.2)"
39
+ image_id : " xcode-15.1"
40
+ device : " iPhone SE (3rd generation) (17.2)"
41
41
42
42
# ##################
43
43
# Validate Podspec
You can’t perform that action at this time.
0 commit comments