Skip to content

Commit bf8a615

Browse files
committed
Fix
1 parent 8131ffd commit bf8a615

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

.github/workflows/testcafe_tests.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ env:
1919
jobs:
2020
build:
2121
name: build
22-
strategy:
23-
fail-fast: false
2422

2523
runs-on: devextreme-shr2
2624
timeout-minutes: 15
@@ -120,15 +118,18 @@ jobs:
120118
{ componentFolder: "scheduler/viewOffset/markup", name: "scheduler / offset markups" },
121119
{ componentFolder: "scheduler/timezones", name: "scheduler / timezones (Europe/Berlin)", timezone: "Europe/Berlin" },
122120
{ 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' },
132133
{ componentFolder: "navigation", name: "navigation" },
133134
{ componentFolder: "navigation", name: "navigation - material", theme: 'material.blue.light' },
134135
{ componentFolder: "navigation", name: "navigation - fluent", theme: 'fluent.blue.light' },

0 commit comments

Comments
 (0)