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:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
node-version: 18
|
node-version: 18
|
||||||
shard: [1/2]
|
shard: 1/2
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
node-version: 18
|
node-version: 18
|
||||||
shard: [2/2]
|
shard: 2/2
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue