Skip to content

Commit 23a5cd8

Browse files
committed
Update testing packages
1 parent 9a99d4a commit 23a5cd8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ 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-markdown
210-
211209
- run: ./android-ci.sh test swiftlang/swift-tools-support-core
212210

213211
- run: ./android-ci.sh test swiftlang/swift-syntax
@@ -222,6 +220,9 @@ jobs:
222220

223221
- run: ./android-ci.sh test apple/swift-atomics
224222

223+
# build-only because it tries to write to "/tmp/old.txt" and "/tmp/" does not exist
224+
- run: ./android-ci.sh build swiftlang/swift-markdown
225+
225226
# no tests in swift-toolchain-sqlite
226227
- run: ./android-ci.sh build swiftlang/swift-toolchain-sqlite
227228

0 commit comments

Comments
 (0)