Skip to content

Commit 9580915

Browse files
committed
Restore previous testing CI
1 parent 30ebbee commit 9580915

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ jobs:
2323
2424
tests:
2525
name: Test
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
26+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
2827
with:
2928
enable_wasm_sdk_build: true
30-
enable_android_sdk_checks: true
29+
enable_android_sdk_build: true
3130

3231
soundness:
3332
name: Soundness

0 commit comments

Comments
 (0)