Browse Source

fix: set jest shard to 2 (#35831)

pull/35893/head
vagusX 3 years ago
committed by GitHub
parent
commit
938cdabced
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/test.yml

4
.github/workflows/test.yml

@ -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…
Cancel
Save