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 927ede9 commit fa95c30Copy full SHA for fa95c30
action.yml
@@ -49,7 +49,7 @@ runs:
49
with:
50
api-level: ${{ inputs.android-api-level }}
51
emulator-boot-timeout: ${{ inputs.android-emulator-boot-timeout }}
52
- emulator-options: ${{ inputs.android-emulator-options }}
+ #emulator-options: ${{ inputs.android-emulator-options }}
53
arch: x86_64
54
script: skip android test --package-path ${{ inputs.package-path }} ${{ inputs.swift-build-flags }}
55
0 commit comments