Skip to content

Commit

Permalink
[Lexica][CI] run extended tests for safari in mac-os and chrome/firef…
Browse files Browse the repository at this point in the history
…ox in linux/windows (#6466)
  • Loading branch information
Sahejkm authored Jul 29, 2024
1 parent 01d7d0a commit f92696d
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions .github/workflows/call-e2e-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,27 @@ on:
workflow_call:

jobs:
mac:
mac-rich:
strategy:
matrix:
node-version: [18.18.0]
browser: ['chromium', 'firefox', 'webkit']
editor-mode: ['rich-text', 'plain-text']
browser: ['webkit', 'chromium', 'firefox']
editor-mode: ['rich-text']
events-mode: ['modern-events']
uses: ./.github/workflows/call-e2e-test.yml
with:
os: 'macos-latest'
node-version: ${{ matrix.node-version }}
browser: ${{ matrix.browser }}
editor-mode: ${{ matrix.editor-mode }}
events-mode: ${{ matrix.events-mode }}

mac-plain:
strategy:
matrix:
node-version: [18.18.0]
browser: ['webkit']
editor-mode: ['plain-text']
events-mode: ['modern-events']
uses: ./.github/workflows/call-e2e-test.yml
with:
Expand Down Expand Up @@ -56,7 +71,7 @@ jobs:
strategy:
matrix:
node-version: [18.18.0]
browser: ['chromium', 'firefox', 'webkit']
browser: ['webkit']
uses: ./.github/workflows/call-e2e-test.yml
with:
os: 'macos-latest'
Expand Down Expand Up @@ -94,7 +109,7 @@ jobs:
prod:
strategy:
matrix:
os: ['macos-latest']
os: ['ubuntu-latest']
node-version: [18.18.0]
browser: ['chromium']
editor-mode: ['rich-text']
Expand All @@ -111,7 +126,7 @@ jobs:
collab-prod:
strategy:
matrix:
os: ['macos-latest']
os: ['ubuntu-latest']
node-version: [18.18.0]
browser: ['chromium']
editor-mode: ['rich-text-with-collab']
Expand All @@ -134,7 +149,7 @@ jobs:
prod: [false]
uses: ./.github/workflows/call-e2e-test.yml
with:
os: 'macos-latest'
os: 'ubuntu-latest'
browser: 'chromium'
node-version: 18.18.0
events-mode: 'modern-events'
Expand All @@ -151,7 +166,7 @@ jobs:
events-mode: ['modern-events']
uses: ./.github/workflows/call-e2e-test.yml
with:
os: 'macos-latest'
os: 'ubuntu-latest'
flaky: true
node-version: ${{ matrix.node-version }}
browser: ${{ matrix.browser }}
Expand Down

0 comments on commit f92696d

Please sign in to comment.