From 735b1290d42a13d31f2bc1b99581f2e2bc3dfe70 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 17 May 2023 09:42:40 -0700 Subject: [PATCH] chore: fix shard numbers for test_test_runner (#23091) --- .github/workflows/tests_primary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_primary.yml b/.github/workflows/tests_primary.yml index 343b0c9932..bec063425a 100644 --- a/.github/workflows/tests_primary.yml +++ b/.github/workflows/tests_primary.yml @@ -135,10 +135,10 @@ jobs: include: - os: ubuntu-latest node-version: 18 - shard: [1/2] + shard: 1/2 - os: ubuntu-latest node-version: 18 - shard: [2/2] + shard: 2/2 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3