File tree Expand file tree Collapse file tree 1 file changed +4
-17
lines changed
Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change 55env :
66 FORCE_COLOR : 2
77jobs :
8- full :
9- name : Node.js 15 Full
10- runs-on : ubuntu-latest
11- steps :
12- - name : Checkout the repository
13- uses : actions/checkout@v2
14- - name : Install Node.js
15- uses : actions/setup-node@v2
16- with :
17- node-version : 15
18- - name : Install dependencies
19- uses : bahmutov/npm-install@v1
20- - name : Run tests
21- run : yarn test
22- short :
8+ test :
239 runs-on : ubuntu-latest
2410 strategy :
2511 matrix :
2612 node-version :
13+ - 18
14+ - 16
2715 - 14
2816 - 12
29- - 10
3017 name : Node.js ${{ matrix.node-version }} Quick
3118 steps :
3219 - name : Checkout the repository
3825 - name : Install dependencies
3926 uses : bahmutov/npm-install@v1
4027 - name : Run unit tests
41- run : npx jest
28+ run : npm test
You can’t perform that action at this time.
0 commit comments