Skip to content

Commit

Permalink
Add react beta e2e to tests.yml for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed May 17, 2024
1 parent 5b81091 commit d378edb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,14 @@ jobs:
e2e-tests:
if: github.repository_owner == 'facebook'
uses: ./.github/workflows/call-e2e-canary-tests.yml

react-beta-REMOVE-THIS-BEFORE-MERGE:
uses: ./.github/workflows/call-e2e-test.yml
with:
os: 'macos-latest'
browser: 'chromium'
node-version: 18.18.0
events-mode: 'modern-events'
editor-mode: 'rich-text'
prod: false
override-react-version: beta

0 comments on commit d378edb

Please sign in to comment.