We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6857a31 commit 12ff4f3Copy full SHA for 12ff4f3
.github/workflows/build_android_sdk.yml
@@ -143,6 +143,7 @@ jobs:
143
echo 'import Android' >> Sources/DemoProject/DemoProject.swift
144
- name: Test Demo Project on Android
145
uses: skiptools/swift-android-action@main
146
+ if: false # disabled until Testing framework is working
147
with:
148
# only test for the complete arch SDK build to speed up CI
149
#run-tests: ${{ matrix.arch == '' }}
0 commit comments