Skip to content

Commit

Permalink
chore: Reduced shard count to 5 for E2E (#12901)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithwillcode authored Dec 20, 2023
1 parent d07e86e commit b384e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
shard: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
shard: [1, 2, 3, 4, 5]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/dangerous-git-checkout
Expand Down

0 comments on commit b384e4a

Please sign in to comment.