|
19 | 19 | jobs: |
20 | 20 | build: |
21 | 21 | name: build |
22 | | - strategy: |
23 | | - fail-fast: false |
24 | 22 |
|
25 | 23 | runs-on: devextreme-shr2 |
26 | 24 | timeout-minutes: 15 |
@@ -120,15 +118,18 @@ jobs: |
120 | 118 | { componentFolder: "scheduler/viewOffset/markup", name: "scheduler / offset markups" }, |
121 | 119 | { componentFolder: "scheduler/timezones", name: "scheduler / timezones (Europe/Berlin)", timezone: "Europe/Berlin" }, |
122 | 120 | { componentFolder: "scheduler/timezones", name: "scheduler / timezones (America/Los_Angeles)", timezone: "America/Los_Angeles" }, |
123 | | - { componentFolder: "editors", name: "editors (1/3)", indices: "1/3" }, |
124 | | - { componentFolder: "editors", name: "editors (2/3)", indices: "2/3" }, |
125 | | - { componentFolder: "editors", name: "editors (3/3)", indices: "3/3" }, |
126 | | - { componentFolder: "editors", name: "editors - material (1/3)", indices: "1/3", theme: 'material.blue.light' }, |
127 | | - { componentFolder: "editors", name: "editors - material (2/3)", indices: "2/3", theme: 'material.blue.light' }, |
128 | | - { componentFolder: "editors", name: "editors - material (3/3)", indices: "3/3", theme: 'material.blue.light' }, |
129 | | - { componentFolder: "editors", name: "editors - fluent (1/3)", indices: "1/3", theme: 'fluent.blue.light' }, |
130 | | - { componentFolder: "editors", name: "editors - fluent (2/3)", indices: "2/3", theme: 'fluent.blue.light' }, |
131 | | - { componentFolder: "editors", name: "editors - fluent (3/3)", indices: "3/3", theme: 'fluent.blue.light' }, |
| 121 | + { componentFolder: "editors", name: "editors (1/4)", indices: "1/4" }, |
| 122 | + { componentFolder: "editors", name: "editors (2/4)", indices: "2/4" }, |
| 123 | + { componentFolder: "editors", name: "editors (3/4)", indices: "3/4" }, |
| 124 | + { componentFolder: "editors", name: "editors (4/4)", indices: "4/4" }, |
| 125 | + { componentFolder: "editors", name: "editors - material (1/4)", indices: "1/4", theme: 'material.blue.light' }, |
| 126 | + { componentFolder: "editors", name: "editors - material (2/4)", indices: "2/4", theme: 'material.blue.light' }, |
| 127 | + { componentFolder: "editors", name: "editors - material (3/4)", indices: "3/4", theme: 'material.blue.light' }, |
| 128 | + { componentFolder: "editors", name: "editors - material (4/4)", indices: "4/4", theme: 'material.blue.light' }, |
| 129 | + { componentFolder: "editors", name: "editors - fluent (1/4)", indices: "1/4", theme: 'fluent.blue.light' }, |
| 130 | + { componentFolder: "editors", name: "editors - fluent (2/4)", indices: "2/4", theme: 'fluent.blue.light' }, |
| 131 | + { componentFolder: "editors", name: "editors - fluent (3/4)", indices: "3/4", theme: 'fluent.blue.light' }, |
| 132 | + { componentFolder: "editors", name: "editors - fluent (4/4)", indices: "4/4", theme: 'fluent.blue.light' }, |
132 | 133 | { componentFolder: "navigation", name: "navigation" }, |
133 | 134 | { componentFolder: "navigation", name: "navigation - material", theme: 'material.blue.light' }, |
134 | 135 | { componentFolder: "navigation", name: "navigation - fluent", theme: 'fluent.blue.light' }, |
|
0 commit comments