Skip to content

Commit c2a0600

Browse files
author
Alexey Alter-Pesotskiy
committed
Update test execution matrix in cron checks
1 parent 1fec96d commit c2a0600

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/cron-checks.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,8 @@ jobs:
1313
name: Test E2E UI (Debug)
1414
strategy:
1515
matrix:
16-
ios: [14.5, 15.4, latest]
17-
device: ["iPhone 8"]
18-
include:
19-
- ios: latest
20-
device: "iPhone SE (3rd generation)"
21-
- ios: latest
22-
device: "iPad Air (5th generation)"
16+
ios: [latest]
17+
device: ["iPhone 8", "iPhone SE (3rd generation)", "iPhone 14 Pro Max"]
2318
fail-fast: false
2419
runs-on: macos-12
2520
env:

0 commit comments

Comments
 (0)