Skip to content

Commit 8c9470a

Browse files
authored
fix: removes sharding strategy lines as they are not needed. (#44)
1 parent ee0c501 commit 8c9470a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
(github.event_name == 'pull_request_review' &&
3737
github.event.review.state == 'approved')
3838
runs-on: ubuntu-latest
39-
strategy:
40-
matrix:
41-
shard: [1, 2, 3, 4, 5, 6, 7, 8]
42-
fail-fast: false
4339
steps:
4440
- uses: actions/checkout@v2
4541
with:

0 commit comments

Comments
 (0)