File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168
168
echo 'import Android' >> Sources/DemoProject/DemoProject.swift
169
169
- name : Test Demo Project on Android
170
170
uses : skiptools/swift-android-action@main
171
- if : false # disabled because we aren't building Testing
171
+ if : ${{ matrix.runner != 'self-hosted' }}
172
172
with :
173
173
# only test for the complete arch SDK build to speed up CI
174
174
# run-tests: ${{ matrix.arch == '' }}
@@ -177,11 +177,13 @@ jobs:
177
177
installed-swift : ${{ steps.info.outputs.swift-root }}
178
178
179
179
- name : Checkout swift-algorithms
180
+ if : ${{ matrix.runner != 'self-hosted' }}
180
181
uses : actions/checkout@v4
181
182
with :
182
183
repository : apple/swift-algorithms
183
184
path : swift-algorithms
184
185
- name : Test swift-algorithms
186
+ if : ${{ matrix.runner != 'self-hosted' }}
185
187
uses : skiptools/swift-android-action@main
186
188
with :
187
189
package-path : swift-algorithms
You can’t perform that action at this time.
0 commit comments