mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-13 03:44:37 +01:00
Set shards to 12 and workers to 3
This commit is contained in:
parent
f3b582a911
commit
6b8998eeaf
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -164,8 +164,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]
|
||||
shardTotal: [16]
|
||||
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
|
||||
shardTotal: [12]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js 18.x
|
||||
|
Loading…
x
Reference in New Issue
Block a user