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:
2121 # ################
2222 # Build and Test
2323 # ################
24- - label : " 📦 Build and Test Swift Package ({{matrix}})"
24+ - label : " 📦 Build and Test Swift Package ({{matrix.image_id }})"
2525 key : " test"
2626 command : |
2727 validate_swift_package device:"{{matrix.device}}"
2828 plugins : [$CI_TOOLKIT]
2929 env :
30- IMAGE_ID : " {{matrix}}"
30+ IMAGE_ID : " {{matrix.image_id }}"
3131 matrix :
3232 setup :
33- image :
33+ image_id :
3434 - $IMAGE_ID
3535 device :
3636 - " iPhone SE (3rd generation) (17.5)"
3737 adjustments :
3838 - 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)"
4141
4242 # ##################
4343 # Validate Podspec
You can’t perform that action at this time.
0 commit comments