You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/jobs/android_test.yml
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,13 +48,21 @@ parameters:
48
48
type: string
49
49
default: ""
50
50
should_on_after_initialize:
51
-
description: Set this to true if you want to run a custom shell command right after yarn install. Provide the command in on_after_initialize_command
51
+
description: Set this to true if you want to run a custom shell command right after yarn install. Provide the command in on_after_initialize command.
52
52
type: boolean
53
53
default: false
54
54
on_after_initialize:
55
55
description: A custom command to run right after yarn install.
56
56
type: string
57
57
default: ""
58
+
should_on_after_emulator_start:
59
+
description: Set this to true if you want to run a custom shell command right after the android emulator starts. Provide the command in on_after_emulator_start command.
60
+
type: boolean
61
+
default: false
62
+
on_after_emulator_start:
63
+
description: A custom command to run right after the android emulator starts.
64
+
type: string
65
+
default: ""
58
66
# For macos executor
59
67
node_version:
60
68
description: The version of Node to use. This can be either a major version ("8"), a major and minor ("8.4"), or a fully qualified version ("8.4.1").
0 commit comments