chore: fix shard numbers for test_test_runner (#23091)
This commit is contained in:
parent
e80ff0df77
commit
735b1290d4
4
.github/workflows/tests_primary.yml
vendored
4
.github/workflows/tests_primary.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue