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 99f9a39 commit 5fd7f41Copy full SHA for 5fd7f41
action.yml
@@ -57,6 +57,6 @@ runs:
57
api-level: ${{ inputs.android-api-level }}
58
emulator-boot-timeout: ${{ inputs.android-emulator-boot-timeout }}
59
emulator-options: ${{ inputs.android-emulator-options }}
60
- arch: x86_64
+ #arch: x86_64
61
script: skip android test --package-path ${{ inputs.package-path }} --swift-version ${{ inputs.swift-version }} ${{ inputs.swift-build-flags }} ${{ inputs.swift-test-flags }}
62
0 commit comments