Skip to content

Commit 927ede9

Browse files
committed
1 parent d3118bf commit 927ede9

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
@@ -11,15 +11,15 @@ inputs:
1111
default: '.'
1212
swift-build-flags:
1313
description: 'Additional flags to pass to the swift build command'
14-
required: false
14+
required: true
1515
default: ''
1616
inputs.android-emulator-options:
1717
description: 'Options to pass to the Android emulator'
18-
required: false
18+
required: true
1919
default: '-no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim'
2020
inputs.android-emulator-boot-timeout:
2121
description: 'Emulator boot timeout in seconds'
22-
required: false
22+
required: true
2323
default: '600'
2424
run-tests:
2525
description: 'Whether to run the tests or just the build'

0 commit comments

Comments
 (0)