Skip to content

Commit b7c863c

Browse files
committed
Update testing packages
1 parent 0260e3a commit b7c863c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,16 +206,16 @@ jobs:
206206
adb push $ANDROID_NDK_HOME/toolchains/llvm/prebuilt/*/sysroot/usr/lib/${ANDROID_EMULATOR_ARCH_TRIPLE}-linux-android/libc++_shared.so /data/local/tmp/
207207
adb shell /data/local/tmp/hello
208208
209-
- run: ./android-ci.sh test swiftlang/swift-subprocess
210-
211-
- run: ./android-ci.sh test swiftlang/swift-java
212-
213209
- run: ./android-ci.sh test apple/swift-numerics
214210

215211
- run: ./android-ci.sh test apple/swift-algorithms
216212

217213
- run: ./android-ci.sh test apple/swift-atomics
218214

215+
- run: ./android-ci.sh build swiftlang/swift-subprocess
216+
217+
- run: ./android-ci.sh build swiftlang/swift-java
218+
219219
# build-only because it uses hardwired StringLiteralRepresentedLiteralValueTests.swift
220220
- run: ./android-ci.sh build swiftlang/swift-syntax
221221

0 commit comments

Comments
 (0)