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: README.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Device Cloud Action
2
2
3
-
This action is a swap in replacement for the [Maestro Cloud Action](https://github.com/mobile-dev-inc/action-maestro-cloud)
3
+
This action is a swap in replacement for the [Maestro Cloud Action](https://github.com/mobile-dev-inc/action-maestro-cloud). The readme is identical where practical to make the switch as straightforward as possible.
4
4
5
5
It lets you run your flows on [devicecloud.dev](https://devicecloud.dev) to save money and access extra features.
`app-file`should point to an Apple silicon compatible Simulator .app build, either directly to the file or a glob pattern matching the file name. When using a pattern, the first matched file will be used.
68
+
`app-file`should point to an Apple silicon compatible Simulator .app build which has then been zipped, either directly to the file or a glob pattern matching the file name. When using a pattern, the first matched file will be used.
69
69
70
70
# Custom workspace location
71
71
@@ -81,11 +81,7 @@ By default, the action is looking for a `.maestro` folder with Maestro flows in
81
81
82
82
# Custom name
83
83
84
-
A name will automatically be provided according to the following order:
85
-
86
-
1. If it is a Pull Request, use Pull Request title as name
87
-
2. If it is a normal push, use commit message as name
88
-
3. If for some reason the commit message is not available, use the commit SHA as name
84
+
The run name will automatically be populated with the commit message.
89
85
90
86
If you want to override this behaviour and specify your own name, you can do so by setting the `name` argument:
91
87
@@ -125,7 +121,7 @@ If you want to pass environment variables along with your upload, add a multilin
125
121
126
122
# Using tags
127
123
128
-
You can use Maestro [Tags](https://maestro.mobile.dev/cli/tags) to filter which Flows to send to Maestro Cloud:
124
+
You can use Maestro [Tags](https://maestro.mobile.dev/cli/tags) to filter which Flows to send to device cloud:
129
125
130
126
You can either pass a single value, or comma-separated (`,`) values.
131
127
@@ -142,7 +138,7 @@ You can either pass a single value, or comma-separated (`,`) values.
142
138
143
139
You can specify what Android API level to use when running in devicecloud.dev using the `android-api-level` parameter.
144
140
145
-
The default API level is 33. [Refer to docs](https://docs.devicecloud.dev/getting-started/devices-configuration) for available Android emulator API levels.
141
+
The default API level is 34. [Refer to docs](https://docs.devicecloud.dev/getting-started/devices-configuration) for available Android emulator API levels.
0 commit comments