Skip to content

Commit 30ebbee

Browse files
committed
Enable enable_android_sdk_checks in CI
1 parent 4b652c5 commit 30ebbee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ jobs:
2323
2424
tests:
2525
name: Test
26-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
26+
#uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
27+
uses: swift-android-sdk/github-workflows/.github/workflows/swift_package_test.yml@android-testing
2728
with:
2829
enable_wasm_sdk_build: true
29-
enable_android_sdk_build: true
30+
enable_android_sdk_checks: true
3031

3132
soundness:
3233
name: Soundness

0 commit comments

Comments
 (0)