@@ -56,20 +56,20 @@ jobs:
56
56
- name : Debug
57
57
uses :
capturecontext/[email protected]
58
58
with :
59
- - command : xcodebuild
60
- - subcommand : ${{ matrix.command }}
61
- - platform : ${{ matrix.platform }}
62
- - scheme : ComposableArchitecture
63
- - config : Debug
59
+ command : xcodebuild
60
+ subcommand : ${{ matrix.command }}
61
+ platform : ${{ matrix.platform }}
62
+ scheme : ComposableArchitecture
63
+ config : Debug
64
64
- name : Release
65
65
if : matrix.skip_release != '1'
66
66
uses :
capturecontext/[email protected]
67
67
with :
68
- - command : xcodebuild
69
- - subcommand : ${{ matrix.command }}
70
- - platform : ${{ matrix.platform }}
71
- - scheme : ComposableArchitecture
72
- - config : Release
68
+ command : xcodebuild
69
+ subcommand : ${{ matrix.command }}
70
+ platform : ${{ matrix.platform }}
71
+ scheme : ComposableArchitecture
72
+ config : Release
73
73
74
74
library-evolution :
75
75
name : Library (evolution)
81
81
- name : Build for library evolution
82
82
uses :
capturecontext/[email protected]
83
83
with :
84
- - command : build-for-library-evolution
85
- - scheme : ComposableArchitecture
84
+ command : build-for-library-evolution
85
+ scheme : ComposableArchitecture
86
86
87
87
examples :
88
88
name : Examples
@@ -106,48 +106,48 @@ jobs:
106
106
- name : CaseStudies (SwiftUI)
107
107
uses :
capturecontext/[email protected]
108
108
with :
109
- - command : test-example
110
- - scheme : CaseStudies (SwiftUI)
111
- - platform : iOS
109
+ command : test-example
110
+ scheme : CaseStudies (SwiftUI)
111
+ platform : iOS
112
112
- name : CaseStudies (UIKit)
113
113
uses :
capturecontext/[email protected]
114
114
with :
115
- - command : test-example
116
- - scheme : CaseStudies (UIKit)
117
- - platform : iOS
115
+ command : test-example
116
+ scheme : CaseStudies (UIKit)
117
+ platform : iOS
118
118
- name : Search
119
119
uses :
capturecontext/[email protected]
120
120
with :
121
- - command : test-example
122
- - scheme : Search
123
- - platform : iOS
121
+ command : test-example
122
+ scheme : Search
123
+ platform : iOS
124
124
- name : SyncUps
125
125
uses :
capturecontext/[email protected]
126
126
with :
127
- - command : test-example
128
- - scheme : SyncUps
129
- - platform : iOS
127
+ command : test-example
128
+ scheme : SyncUps
129
+ platform : iOS
130
130
- name : SpeechRecognition
131
131
uses :
capturecontext/[email protected]
132
132
with :
133
- - command : test-example
134
- - scheme : SpeechRecognition
135
- - platform : iOS
133
+ command : test-example
134
+ scheme : SpeechRecognition
135
+ platform : iOS
136
136
- name : TicTacToe
137
137
uses :
capturecontext/[email protected]
138
138
with :
139
- - command : test-example
140
- - scheme : TicTacToe
141
- - platform : iOS
139
+ command : test-example
140
+ scheme : TicTacToe
141
+ platform : iOS
142
142
- name : Todos
143
143
uses :
capturecontext/[email protected]
144
144
with :
145
- - command : test-example
146
- - scheme : Todos
147
- - platform : iOS
145
+ command : test-example
146
+ scheme : Todos
147
+ platform : iOS
148
148
- name : VoiceMemos
149
149
uses :
capturecontext/[email protected]
150
150
with :
151
- - command : test-example
152
- - scheme : VoiceMemos
153
- - platform : iOS
151
+ command : test-example
152
+ scheme : VoiceMemos
153
+ platform : iOS
0 commit comments