Increase number of test shards.

This commit is contained in:
Jade Welton
2025-04-16 14:34:07 -07:00
parent 6dbc412fa6
commit 9d2034bfdf

View File

@@ -164,8 +164,8 @@ jobs:
strategy:
fail-fast: false
matrix:
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8]
shardTotal: [8]
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
shardTotal: [10]
steps:
- uses: actions/checkout@v4
- name: "Az CLI login"