File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 33
33
arch : ' '
34
34
build-compiler : ' 1'
35
35
# self-hosted runner variant
36
- runner : ' skip-android-runner '
36
+ runner : ' self-hosted '
37
37
- swift-version : ' swift-6.2-branch'
38
38
build-type : ' local'
39
39
build-compiler : ' 0'
42
42
build-type : ' local'
43
43
build-compiler : ' 0'
44
44
runner : ' ubuntu-24.04'
45
+ - swift-version : ' swift-6.2-branch'
46
+ build-type : ' docker'
47
+ build-compiler : ' 0'
48
+ runner : ' ubuntu-24.04'
49
+ - swift-version : ' development'
50
+ build-type : ' docker'
51
+ build-compiler : ' 0'
52
+ runner : ' ubuntu-24.04'
45
53
- swift-version : ' swift-6.2-branch'
46
54
build-type : ' docker'
47
55
build-compiler : ' 1'
@@ -169,6 +177,7 @@ jobs:
169
177
echo 'import Android' >> Sources/DemoProject/DemoProject.swift
170
178
- name : Test Demo Project on Android
171
179
uses : skiptools/swift-android-action@main
180
+ if : false # disabled because we aren't building Testing
172
181
with :
173
182
# only test for the complete arch SDK build to speed up CI
174
183
# run-tests: ${{ matrix.arch == '' }}
@@ -184,7 +193,6 @@ jobs:
184
193
- name : Test swift-algorithms
185
194
uses : skiptools/swift-android-action@main
186
195
with :
187
- run-tests : ${{ matrix.arch == '' }}
188
196
package-path : swift-algorithms
189
197
installed-sdk : ${{ steps.info.outputs.sdk-id }}
190
198
installed-swift : ${{ steps.info.outputs.swift-root }}
You can’t perform that action at this time.
0 commit comments