From bacb6c810dae3f0ab7882b8f53eff1bdea77b8a8 Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:35:01 -0700 Subject: [PATCH] fix workflow reference in tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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