Skip to content

Commit ae411fb

Browse files
committed
Enable enable_android_sdk_checks in CI
1 parent 3127505 commit ae411fb

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
@@ -20,10 +20,11 @@ jobs:
2020
2121
tests:
2222
name: Test
23-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
23+
#uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
24+
uses: swift-android-sdk/github-workflows/.github/workflows/swift_package_test.yml@android-testing
2425
with:
2526
enable_wasm_sdk_build: true
26-
enable_android_sdk_build: true
27+
enable_android_sdk_checks: true
2728

2829
soundness:
2930
name: Soundness

0 commit comments

Comments
 (0)