Skip to content

Commit

Permalink
exclude rather than include for webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed May 5, 2024
1 parent 6dec573 commit c5bb915
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,14 @@ jobs:
matrix:
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
node-version: [18.18.0]
browser: ['chromium', 'firefox']
browser: ['chromium', 'firefox', 'webkit']
editor-mode: ['rich-text', 'plain-text']
events-mode: ['legacy-events', 'modern-events']
include:
- os: macos-latest
browser: webkit
exclude:
- browser: webkit
os: ubuntu-latest
- browser: windows-latest
os: ubuntu-latest
runs-on: ${{ matrix.os }}
env:
CI: true
Expand Down Expand Up @@ -139,12 +141,14 @@ jobs:
matrix:
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
node-version: [18.18.0]
browser: ['chromium', 'firefox']
browser: ['chromium', 'firefox', 'webkit']
editor-mode: ['rich-text-with-collab']
events-mode: ['modern-events']
include:
- os: macos-latest
browser: webkit
exclude:
- browser: webkit
os: ubuntu-latest
- browser: windows-latest
os: ubuntu-latest
runs-on: ${{ matrix.os }}
env:
CI: true
Expand Down

0 comments on commit c5bb915

Please sign in to comment.