diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 74256e088cc..54bb27fe8c9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: strategy: matrix: shard: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] - uses: ./.github/workflows/run-test-template.yml + uses: ./.github/workflows/test-shard-template.yml with: shard: ${{ matrix.shard }} totalShards: 10 \ No newline at end of file