Skip to content

Commit

Permalink
reduce react-beta e2e matrix outputs from 4 to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed May 13, 2024
1 parent 97564a5 commit 1a2b722
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/call-e2e-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@ jobs:
react-beta:
strategy:
matrix:
editor-mode: ['rich-text', 'rich-text-with-collab']
prod: [false, true]
# Currently using a single combination for every-patch e2e tests of
# react beta to reduce cost impact
editor-mode: ['rich-text']
prod: [false]
uses: ./.github/workflows/call-e2e-test.yml
with:
os: 'macos-latest'
Expand Down

0 comments on commit 1a2b722

Please sign in to comment.