vagusX
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.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: |
|
|
|