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 d3118bf commit 927ede9Copy full SHA for 927ede9
action.yml
@@ -11,15 +11,15 @@ inputs:
11
default: '.'
12
swift-build-flags:
13
description: 'Additional flags to pass to the swift build command'
14
- required: false
+ required: true
15
default: ''
16
inputs.android-emulator-options:
17
description: 'Options to pass to the Android emulator'
18
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
23
default: '600'
24
run-tests:
25
description: 'Whether to run the tests or just the build'
0 commit comments