File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ inputs:
13
13
description : ' Additional flags to pass to the swift build command'
14
14
required : true
15
15
default : ' '
16
- inputs. android-emulator-options :
16
+ android-emulator-options :
17
17
description : ' Options to pass to the Android emulator'
18
18
required : true
19
19
default : ' -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim'
20
- inputs. android-emulator-boot-timeout :
20
+ android-emulator-boot-timeout :
21
21
description : ' Emulator boot timeout in seconds'
22
22
required : true
23
23
default : 600
49
49
with :
50
50
api-level : ${{ inputs.android-api-level }}
51
51
emulator-boot-timeout : ${{ inputs.android-emulator-boot-timeout }}
52
- # emulator-options: ${{ inputs.android-emulator-options }}
52
+ emulator-options : ${{ inputs.android-emulator-options }}
53
53
arch : x86_64
54
54
script : skip android test --package-path ${{ inputs.package-path }} ${{ inputs.swift-build-flags }}
55
55
You can’t perform that action at this time.
0 commit comments