Skip to content

Commit aa773c5

Browse files
committed
Version 1.9.6
1 parent 2a5ce0a commit aa773c5

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Run your Flows on [Robin](https://www.robintest.com/) or [Maestro Cloud](https:/
77
Add the following to your workflow. Note that you can use the `v1` tag if you want to keep using the latest version of the action, which will automatically resolve to all `v1.minor.patch` versions as they get published.
88

99
```yaml
10-
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
10+
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
1111
with:
1212
api-key: ${{ secrets.ROBIN_API_KEY }}
1313
project-id: 'proj_01example0example1example2' # replace this with your actual project id
@@ -71,7 +71,7 @@ For more information on triggering workflows, check out [GitHub's documentation]
7171
## Android
7272

7373
```yaml
74-
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
74+
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
7575
with:
7676
api-key: ${{ secrets.ROBIN_API_KEY }}
7777
project-id: 'proj_01example0example1example2'
@@ -85,7 +85,7 @@ For more information on triggering workflows, check out [GitHub's documentation]
8585
Include the ProGuard mapping file to deobfuscate Android performance traces:
8686

8787
```yaml
88-
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
88+
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
8989
with:
9090
api-key: ${{ secrets.ROBIN_API_KEY }}
9191
project-id: 'proj_01example0example1example2'
@@ -96,7 +96,7 @@ Include the ProGuard mapping file to deobfuscate Android performance traces:
9696
## iOS
9797

9898
```yaml
99-
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
99+
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
100100
with:
101101
api-key: ${{ secrets.ROBIN_API_KEY }}
102102
project-id: 'proj_01example0example1example2'
@@ -109,7 +109,7 @@ Include the ProGuard mapping file to deobfuscate Android performance traces:
109109
### .dSYM file
110110

111111
```yaml
112-
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
112+
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
113113
with:
114114
api-key: ${{ secrets.ROBIN_API_KEY }}
115115
project-id: 'proj_01example0example1example2'
@@ -124,7 +124,7 @@ Include the ProGuard mapping file to deobfuscate Android performance traces:
124124
By default, the action is looking for a `.maestro` folder with Maestro flows in the root directory of the project. If you would like to customize this behaviour, you can override it with a `workspace` argument:
125125

126126
```yaml
127-
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
127+
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
128128
with:
129129
api-key: ${{ secrets.ROBIN_API_KEY }}
130130
project-id: 'proj_01example0example1example2'
@@ -143,7 +143,7 @@ A name will automatically be provided according to the following order:
143143
If you want to override this behaviour and specify your own name, you can do so by setting the `name` argument:
144144

145145
```yaml
146-
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
146+
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
147147
with:
148148
api-key: ${{ secrets.ROBIN_API_KEY }}
149149
project-id: 'proj_01example0example1example2'
@@ -156,7 +156,7 @@ If you want to override this behaviour and specify your own name, you can do so
156156
If you don't want the action to wait until the Upload has been completed as is the default behaviour, set the `async` argument to `true`:
157157

158158
```yaml
159-
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
159+
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
160160
with:
161161
api-key: ${{ secrets.ROBIN_API_KEY }}
162162
project-id: 'proj_01example0example1example2'
@@ -167,7 +167,7 @@ If you don't want the action to wait until the Upload has been completed as is t
167167
Alternatively, you might want to still wait for the action but would like to configure the timeout period, set `timeout` argument to a number of minutes:
168168

169169
```yaml
170-
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
170+
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
171171
with:
172172
api-key: ${{ secrets.ROBIN_API_KEY }}
173173
project-id: 'proj_01example0example1example2'
@@ -180,7 +180,7 @@ Alternatively, you might want to still wait for the action but would like to con
180180
If you want to pass environment variables along with your upload, add a multiline `env` argument:
181181

182182
```yaml
183-
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
183+
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
184184
with:
185185
api-key: ${{ secrets.ROBIN_API_KEY }}
186186
project-id: 'proj_01example0example1example2'
@@ -197,7 +197,7 @@ You can use Maestro [Tags](https://maestro.mobile.dev/cli/tags) to filter which
197197
You can either pass a single value, or comma-separated (`,`) values.
198198

199199
```yaml
200-
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
200+
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
201201
with:
202202
api-key: ${{ secrets.ROBIN_API_KEY }}
203203
project-id: 'proj_01example0example1example2'
@@ -213,7 +213,7 @@ You can specify which Android API level to use when running using the `android-a
213213
On Robin, the default API level is 33 (Android 13). [Refer to Robin docs](https://docs.robintest.com/maestro/reference/device-configuration/configuring-os-version) for available Android emulator API levels. On Maestro Cloud, the default API level is 30 (Android 11) - docs [here](https://cloud.mobile.dev/reference/device-configuration).
214214

215215
```yaml
216-
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
216+
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
217217
with:
218218
api-key: ${{ secrets.ROBIN_API_KEY }}
219219
project-id: 'proj_01example0example1example2'
@@ -228,7 +228,7 @@ You can specify which **major** iOS Version to use when running in Robin using t
228228
On Robin, the default iOS version is 16. [Refer to Robin docs](https://docs.robintest.com/maestro/reference/device-configuration/configuring-os-version) for available iOS simulator versions. On Maestro Cloud, the default iOS version is 15 - docs [here](https://cloud.mobile.dev/reference/device-configuration).
229229

230230
```yaml
231-
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
231+
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
232232
with:
233233
api-key: ${{ secrets.ROBIN_API_KEY }}
234234
project-id: 'proj_01example0example1example2'
@@ -242,13 +242,13 @@ You can use an already uploaded binary in Robin using the `app-binary-id` parame
242242

243243
```yaml
244244
- id: upload
245-
uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
245+
uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
246246
with:
247247
api-key: ${{ secrets.ROBIN_API_KEY }}
248248
project-id: 'proj_01example0example1example2'
249249
app-file: app.zip
250250
251-
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
251+
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
252252
with:
253253
api-key: ${{ secrets.ROBIN_API_KEY }}
254254
project-id: 'proj_01example0example1example2'
@@ -260,7 +260,7 @@ You can use an already uploaded binary in Robin using the `app-binary-id` parame
260260
To switch the device locale on a remote device from a default one (en_US) `device-locale` parameter should be used. The value is a combination of lowercase ISO-639-1 code and uppercase ISO-3166-1 code, i.e. "de_DE" for Germany.
261261

262262
```yaml
263-
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
263+
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
264264
with:
265265
api-key: ${{ secrets.ROBIN_API_KEY }}
266266
project-id: 'proj_01example0example1example2'
@@ -284,7 +284,7 @@ In order to access these variables you can use the following approach:
284284

285285
```yaml
286286
- id: upload
287-
uses: mobile-dev-inc/action-maestro-cloud@v1.9.4
287+
uses: mobile-dev-inc/action-maestro-cloud@v1.9.6
288288
with:
289289
api-key: ${{ secrets.ROBIN_API_KEY }}
290290
project-id: 'proj_01example0example1example2'

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47327,7 +47327,7 @@ function getParameters() {
4732747327
const projectId = core.getInput('project-id', { required: false }) || undefined;
4732847328
const apiUrl = core.getInput('api-url', { required: false }) ||
4732947329
(projectId
47330-
? `https://api.app.robintest.com/v2/project/${projectId}`
47330+
? `https://api.copilot.mobile.dev/v2/project/${projectId}`
4733147331
: 'https://api.mobile.dev');
4733247332
const name = core.getInput('name', { required: false }) || getInferredName();
4733347333
const apiKey = core.getInput('api-key', { required: true });

0 commit comments

Comments
 (0)