fix workflow reference in tests.yml

This commit is contained in:
flx-sta 2024-09-10 13:35:01 -07:00
parent 1083ee56fe
commit bacb6c810d

View File

@ -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