Skip to content

Commit

Permalink
chore: increase shards for screen reader tests (#3175)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Sep 11, 2024
1 parent 5923892 commit 92b271d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/02-e2e-screen-reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
fail-fast: false
matrix:
os: [macos-13, windows-2022]
shardIndex: [1, 2]
shardTotal: [2]
shardIndex: [1, 2, 3, 4]
shardTotal: [4]
steps:
- name: ⏬ Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 92b271d

Please sign in to comment.