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 4c362e5 commit 582843eCopy full SHA for 582843e
action.yml
@@ -46,6 +46,5 @@ runs:
46
api-level: ${{ inputs.android-api-level }}
47
emulator-options: ${{ inputs.android-emulator-options }}
48
arch: x86_64
49
- script: |
50
- skip android test --package-path ${{ inputs.package-path }} ${{ inputs.swift-build-flags }}
+ script: skip android test --package-path ${{ inputs.package-path }} ${{ inputs.swift-build-flags }}
51
0 commit comments