File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,13 @@ inputs:
14
14
required : false
15
15
default : ' '
16
16
inputs.android-emulator-options :
17
- description : ' Additional options to pass to the Android emulator'
17
+ description : ' Options to pass to the Android emulator'
18
18
required : false
19
- default : ' '
19
+ default : ' -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim'
20
+ inputs.android-emulator-boot-timeout :
21
+ description : ' Emulator boot timeout in seconds'
22
+ required : false
23
+ default : ' 600'
20
24
run-tests :
21
25
description : ' Whether to run the tests or just the build'
22
26
required : true
44
48
uses : reactivecircus/android-emulator-runner@v2
45
49
with :
46
50
api-level : ${{ inputs.android-api-level }}
51
+ emulator-boot-timeout : ${{ inputs.android-emulator-boot-timeout }}
47
52
emulator-options : ${{ inputs.android-emulator-options }}
48
53
arch : x86_64
49
54
script : skip android test --package-path ${{ inputs.package-path }} ${{ inputs.swift-build-flags }}
You can’t perform that action at this time.
0 commit comments