Skip to content

Commit

Permalink
chore: Reduced shard count to 5 for E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
keithwillcode committed Dec 20, 2023
1 parent 68d40ca commit a0223e3
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 a0223e3

Please sign in to comment.