We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8cd21 commit 47f8b44Copy full SHA for 47f8b44
.github/workflows/ci.yml
@@ -176,5 +176,5 @@ jobs:
176
cd PackageDemo
177
swift package init
178
swift test
179
- skip android test --verbose --arch ${EMULATOR_ARCH}
+ skip android test --verbose --android-api-level ${ANDROID_API} --arch ${EMULATOR_ARCH}
180
0 commit comments