File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,13 @@ jobs:
59
59
uses : wagoid/commitlint-github-action@v4
60
60
61
61
test :
62
- name : Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }}
62
+ name : Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }} (${{ matrix.shard }})
63
63
64
64
strategy :
65
65
matrix :
66
66
os : [ubuntu-latest, windows-latest, macos-latest]
67
67
node-version : [12.x, 14.x, 16.x, 17.x]
68
+ shard : ["1/4", "2/4", "3/4", "4/4"]
68
69
webpack-version : [latest]
69
70
include :
70
71
- node-version : 16.x
@@ -102,7 +103,7 @@ jobs:
102
103
cp -R tmp-client client
103
104
104
105
- name : Run tests for webpack version ${{ matrix.webpack-version }}
105
- run : npm run test:coverage -- --ci
106
+ run : npm run test:coverage -- --ci --shard=${{ matrix.shard }}
106
107
107
108
- name : Submit coverage data to codecov
108
109
uses : codecov/codecov-action@v3
You can’t perform that action at this time.
0 commit comments