Skip to content

Commit 47f8b44

Browse files
committed
Update tests to run with the ANDROID_API
1 parent ce8cd21 commit 47f8b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,5 @@ jobs:
176176
cd PackageDemo
177177
swift package init
178178
swift test
179-
skip android test --verbose --arch ${EMULATOR_ARCH}
179+
skip android test --verbose --android-api-level ${ANDROID_API} --arch ${EMULATOR_ARCH}
180180

0 commit comments

Comments
 (0)