mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
fix: set jest shard to 2 (#35831)
This commit is contained in:
parent
6ced6c33f4
commit
938cdabced
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -236,7 +236,7 @@ jobs:
|
||||
matrix:
|
||||
react: ['16', '17', '18']
|
||||
module: ['dom', 'node', 'dist']
|
||||
shard: ['1/4', '2/4', '3/4', '4/4']
|
||||
shard: ['1/2', '2/2']
|
||||
env:
|
||||
REACT: ${{ matrix.react }}
|
||||
runs-on: ubuntu-latest
|
||||
@ -353,7 +353,7 @@ jobs:
|
||||
matrix:
|
||||
react: ['16', '17', '18']
|
||||
module: [lib, es]
|
||||
shard: ['1/4', '2/4', '3/4', '4/4']
|
||||
shard: ['1/2', '2/2']
|
||||
env:
|
||||
REACT: ${{ matrix.react }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user