File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 test 2>&1 \
8080 | xcbeautify
8181
82+ apple-ci-complete :
83+ needs : apple-ci
84+ runs-on : ubuntu-latest
85+ steps :
86+ - name : Success
87+ run : echo "apple-ci passed"
88+
8289 apple-downstream :
8390 if : github.repository == 'smithy-lang/smithy-swift' || github.event_name == 'pull_request'
8491 runs-on : ${{ matrix.runner }}
@@ -164,6 +171,13 @@ jobs:
164171 test 2>&1 \
165172 | xcbeautify
166173
174+ apple-downstream-complete :
175+ needs : apple-downstream
176+ runs-on : ubuntu-latest
177+ steps :
178+ - name : Success
179+ run : echo "apple-downstream passed"
180+
167181 linux-ci :
168182 if : github.repository == 'smithy-lang/smithy-swift' || github.event_name == 'pull_request'
169183 runs-on : ${{ matrix.runner }}
@@ -199,6 +213,13 @@ jobs:
199213 - name : Build & Run Swift Unit Tests
200214 run : swift test
201215
216+ linux-ci-complete :
217+ needs : linux-ci
218+ runs-on : ubuntu-latest
219+ steps :
220+ - name : Success
221+ run : echo "linux-ci passed"
222+
202223 linux-downstream :
203224 if : github.repository == 'smithy-lang/smithy-swift' || github.event_name == 'pull_request'
204225 runs-on : ${{ matrix.runner }}
@@ -252,3 +273,9 @@ jobs:
252273 cd aws-sdk-swift/codegen
253274 swift test
254275
276+ linux-downstream-complete :
277+ needs : linux-downstream
278+ runs-on : ubuntu-latest
279+ steps :
280+ - name : Success
281+ run : echo "linux-downstream passed"
You can’t perform that action at this time.
0 commit comments