Skip to content

Commit 33abc08

Browse files
committed
1 parent 8418d83 commit 33abc08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ inputs:
1313
description: 'Additional flags to pass to the swift build command'
1414
required: true
1515
default: ''
16-
inputs.android-emulator-options:
16+
android-emulator-options:
1717
description: 'Options to pass to the Android emulator'
1818
required: true
1919
default: '-no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim'
20-
inputs.android-emulator-boot-timeout:
20+
android-emulator-boot-timeout:
2121
description: 'Emulator boot timeout in seconds'
2222
required: true
2323
default: 600
@@ -49,7 +49,7 @@ runs:
4949
with:
5050
api-level: ${{ inputs.android-api-level }}
5151
emulator-boot-timeout: ${{ inputs.android-emulator-boot-timeout }}
52-
#emulator-options: ${{ inputs.android-emulator-options }}
52+
emulator-options: ${{ inputs.android-emulator-options }}
5353
arch: x86_64
5454
script: skip android test --package-path ${{ inputs.package-path }} ${{ inputs.swift-build-flags }}
5555

0 commit comments

Comments
 (0)