Skip to content

Commit

Permalink
- added shards
Browse files Browse the repository at this point in the history
  • Loading branch information
rrodionov91 committed Nov 18, 2024
1 parent 86eb204 commit f066fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-gh-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
shardIndex: [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]
shardTotal: [ 10 ]
shardIndex: [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ]
shardTotal: [ 20 ]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f066fd3

Please sign in to comment.