Skip to content

Commit 5079f2c

Browse files
committed
Update version matrices for Android and iOS workflows to include new versions (1.40.0 - 1.41.0) and re-enable iOS M4 Runner Type Test in feature workflow.
1 parent 1acc91a commit 5079f2c

3 files changed

Lines changed: 19 additions & 10 deletions

File tree

.github/workflows/android-maestro-version-matrix.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
- "1.39.4"
3333
- "1.39.5"
3434
- "1.39.7"
35+
- "1.40.0"
36+
- "1.40.1"
37+
- "1.40.2"
38+
- "1.40.3"
39+
- "1.41.0"
3540

3641
steps:
3742
- uses: actions/checkout@v3

.github/workflows/feature-tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ jobs:
6868
device-locale: "de_DE"
6969
name: Run iOS Locale Test
7070

71-
# - name: Run iOS M4 Runner Type Test
72-
# uses: devicecloud-dev/device-cloud-for-maestro@v1
73-
# with:
74-
# api-key: ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
75-
# api-url: ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
76-
# app-file: ./binaries/sample.zip
77-
# workspace: ./flows/ios-flow.yaml
78-
# runner-type: m4
79-
# name: Run iOS M4 Runner Type Test
71+
- name: Run iOS M4 Runner Type Test
72+
uses: devicecloud-dev/device-cloud-for-maestro@v1
73+
with:
74+
api-key: ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
75+
api-url: ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
76+
app-file: ./binaries/sample.zip
77+
workspace: ./flows/ios-flow.yaml
78+
runner-type: m4
79+
name: Run iOS M4 Runner Type Test
8080

8181
- name: Run Android Orientation Test
8282
uses: devicecloud-dev/device-cloud-for-maestro@v1

.github/workflows/ios-maestro-version-matrix.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ jobs:
3232
- "1.39.4"
3333
- "1.39.5"
3434
- "1.39.7"
35-
35+
- "1.40.0"
36+
- "1.40.1"
37+
- "1.40.2"
38+
- "1.40.3"
39+
- "1.41.0"
3640
steps:
3741
- uses: actions/checkout@v3
3842

0 commit comments

Comments
 (0)