Skip to content

Commit f92696d

Browse files
authored
[Lexica][CI] run extended tests for safari in mac-os and chrome/firefox in linux/windows (#6466)
1 parent 01d7d0a commit f92696d

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

.github/workflows/call-e2e-all-tests.yml

+23-8
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,27 @@ on:
44
workflow_call:
55

66
jobs:
7-
mac:
7+
mac-rich:
88
strategy:
99
matrix:
1010
node-version: [18.18.0]
11-
browser: ['chromium', 'firefox', 'webkit']
12-
editor-mode: ['rich-text', 'plain-text']
11+
browser: ['webkit', 'chromium', 'firefox']
12+
editor-mode: ['rich-text']
13+
events-mode: ['modern-events']
14+
uses: ./.github/workflows/call-e2e-test.yml
15+
with:
16+
os: 'macos-latest'
17+
node-version: ${{ matrix.node-version }}
18+
browser: ${{ matrix.browser }}
19+
editor-mode: ${{ matrix.editor-mode }}
20+
events-mode: ${{ matrix.events-mode }}
21+
22+
mac-plain:
23+
strategy:
24+
matrix:
25+
node-version: [18.18.0]
26+
browser: ['webkit']
27+
editor-mode: ['plain-text']
1328
events-mode: ['modern-events']
1429
uses: ./.github/workflows/call-e2e-test.yml
1530
with:
@@ -56,7 +71,7 @@ jobs:
5671
strategy:
5772
matrix:
5873
node-version: [18.18.0]
59-
browser: ['chromium', 'firefox', 'webkit']
74+
browser: ['webkit']
6075
uses: ./.github/workflows/call-e2e-test.yml
6176
with:
6277
os: 'macos-latest'
@@ -94,7 +109,7 @@ jobs:
94109
prod:
95110
strategy:
96111
matrix:
97-
os: ['macos-latest']
112+
os: ['ubuntu-latest']
98113
node-version: [18.18.0]
99114
browser: ['chromium']
100115
editor-mode: ['rich-text']
@@ -111,7 +126,7 @@ jobs:
111126
collab-prod:
112127
strategy:
113128
matrix:
114-
os: ['macos-latest']
129+
os: ['ubuntu-latest']
115130
node-version: [18.18.0]
116131
browser: ['chromium']
117132
editor-mode: ['rich-text-with-collab']
@@ -134,7 +149,7 @@ jobs:
134149
prod: [false]
135150
uses: ./.github/workflows/call-e2e-test.yml
136151
with:
137-
os: 'macos-latest'
152+
os: 'ubuntu-latest'
138153
browser: 'chromium'
139154
node-version: 18.18.0
140155
events-mode: 'modern-events'
@@ -151,7 +166,7 @@ jobs:
151166
events-mode: ['modern-events']
152167
uses: ./.github/workflows/call-e2e-test.yml
153168
with:
154-
os: 'macos-latest'
169+
os: 'ubuntu-latest'
155170
flaky: true
156171
node-version: ${{ matrix.node-version }}
157172
browser: ${{ matrix.browser }}

0 commit comments

Comments
 (0)