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: action.yml
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,17 @@ inputs:
8
8
api-url:
9
9
description: 'API URL for devicecloud.dev'
10
10
required: false
11
-
default: 'https://api.devicecloud.dev'
12
11
app-file:
13
12
description: 'App binary to run your flows against'
14
13
required: false
15
14
app-binary-id:
16
15
description: 'The ID of the app binary previously uploaded to devicecloud.dev'
17
16
required: false
18
17
additional-app-files:
19
-
description: '[default: ] Additional app binary(s) to install before execution'
18
+
description: 'Additional app binary(s) to install before executio ($0.10 cost per upload)'
20
19
required: false
21
20
additional-app-binary-ids:
22
-
description: '[default: ] The ID of the additional app binary(s) previously uploaded to devicecloud.dev to install before execution'
21
+
description: 'The ID of the additional app binary(s) previously uploaded to devicecloud.dev to install before execution'
23
22
required: false
24
23
android-api-level:
25
24
description: '[Android only] Android API level to run your flow against <options: 29|30|31|32|33|34|35>'
@@ -40,10 +39,10 @@ inputs:
40
39
description: 'One or more environment variables to inject into your flows'
41
40
required: false
42
41
exclude-flows:
43
-
description: '[default: ] Sub directories to ignore when building the flow file list'
42
+
description: 'Sub directories to ignore when building the flow file list'
44
43
required: false
45
44
exclude-tags:
46
-
description: '[default: ] Flows which have these tags will be excluded from the run'
45
+
description: 'Flows which have these tags will be excluded from the run'
47
46
required: false
48
47
flows:
49
48
description: 'The path to the flow file or folder containing your flows'
@@ -55,7 +54,7 @@ inputs:
55
54
description: 'Ignore the sha hash check and upload the binary regardless of whether it already exists (not recommended)'
56
55
required: false
57
56
include-tags:
58
-
description: '[default: ] Only flows which have these tags will be included in the run'
57
+
description: 'Only flows which have these tags will be included in the run'
59
58
required: false
60
59
ios-device:
61
60
description: '[iOS only] iOS device to run your flow against <options: iphone-13|iphone-14|iphone-14-plus|iphone-14-pro|iphone-14-pro-max|iphone-15|iphone-15-plus|iphone-15-pro|iphone-15-pro-max|iphone-16|iphone-16-plus|iphone-16-pro|iphone-16-pro-max|ipad-pro-6th-gen>'
@@ -66,7 +65,6 @@ inputs:
66
65
maestro-version:
67
66
description: 'Maestro version to run your flow against'
68
67
required: false
69
-
default: '1.39.5'
70
68
name:
71
69
description: 'A custom name for your upload (useful for tagging commits etc)'
72
70
required: false
@@ -85,6 +83,7 @@ inputs:
85
83
workspace:
86
84
description: 'The path to the workspace folder containing your flows'
87
85
required: false
86
+
default: './.maestro/'
88
87
x86-arch:
89
88
description: '[iOS only, experimental] Run your flow against x86 architecture simulator instead of arm64'
0 commit comments