@@ -56,20 +56,20 @@ jobs:
5656 - name : Debug
5757 uses : capturecontext/swift-package-action@1.0
5858 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
6464 - name : Release
6565 if : matrix.skip_release != '1'
6666 uses : capturecontext/swift-package-action@1.0
6767 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
7373
7474 library-evolution :
7575 name : Library (evolution)
8181 - name : Build for library evolution
8282 uses : capturecontext/swift-package-action@1.0
8383 with :
84- - command : build-for-library-evolution
85- - scheme : ComposableArchitecture
84+ command : build-for-library-evolution
85+ scheme : ComposableArchitecture
8686
8787 examples :
8888 name : Examples
@@ -106,48 +106,48 @@ jobs:
106106 - name : CaseStudies (SwiftUI)
107107 uses : capturecontext/swift-package-action@1.0
108108 with :
109- - command : test-example
110- - scheme : CaseStudies (SwiftUI)
111- - platform : iOS
109+ command : test-example
110+ scheme : CaseStudies (SwiftUI)
111+ platform : iOS
112112 - name : CaseStudies (UIKit)
113113 uses : capturecontext/swift-package-action@1.0
114114 with :
115- - command : test-example
116- - scheme : CaseStudies (UIKit)
117- - platform : iOS
115+ command : test-example
116+ scheme : CaseStudies (UIKit)
117+ platform : iOS
118118 - name : Search
119119 uses : capturecontext/swift-package-action@1.0
120120 with :
121- - command : test-example
122- - scheme : Search
123- - platform : iOS
121+ command : test-example
122+ scheme : Search
123+ platform : iOS
124124 - name : SyncUps
125125 uses : capturecontext/swift-package-action@1.0
126126 with :
127- - command : test-example
128- - scheme : SyncUps
129- - platform : iOS
127+ command : test-example
128+ scheme : SyncUps
129+ platform : iOS
130130 - name : SpeechRecognition
131131 uses : capturecontext/swift-package-action@1.0
132132 with :
133- - command : test-example
134- - scheme : SpeechRecognition
135- - platform : iOS
133+ command : test-example
134+ scheme : SpeechRecognition
135+ platform : iOS
136136 - name : TicTacToe
137137 uses : capturecontext/swift-package-action@1.0
138138 with :
139- - command : test-example
140- - scheme : TicTacToe
141- - platform : iOS
139+ command : test-example
140+ scheme : TicTacToe
141+ platform : iOS
142142 - name : Todos
143143 uses : capturecontext/swift-package-action@1.0
144144 with :
145- - command : test-example
146- - scheme : Todos
147- - platform : iOS
145+ command : test-example
146+ scheme : Todos
147+ platform : iOS
148148 - name : VoiceMemos
149149 uses : capturecontext/swift-package-action@1.0
150150 with :
151- - command : test-example
152- - scheme : VoiceMemos
153- - platform : iOS
151+ command : test-example
152+ scheme : VoiceMemos
153+ platform : iOS
0 commit comments