chore: fix shard numbers for test_test_runner (#23091)

This commit is contained in:
Yury Semikhatsky 2023-05-17 09:42:40 -07:00 committed by GitHub
parent e80ff0df77
commit 735b1290d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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