File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 66 name : Build
77 runs-on : self-hosted
88 strategy :
9- max-parallel : 2
109 matrix :
1110 node-version : [16.x, 18.x]
1211 steps :
2524 name : Lint Code
2625 needs : build
2726 runs-on : self-hosted
28- concurrency : job-second-stage
2927 strategy :
30- max-parallel : 2
3128 matrix :
3229 node-version : [16.x, 18.x]
3330 steps :
4037 name : Unit Tests
4138 needs : build
4239 runs-on : self-hosted
43- concurrency : job-second-stage
4440 strategy :
45- max-parallel : 2
4641 matrix :
4742 node-version : [16.x, 18.x]
4843 steps :
Original file line number Diff line number Diff line change 2121 name : Lint Code
2222 needs : build
2323 runs-on : self-hosted
24- concurrency : job-second-stage
2524 steps :
2625 - name : Linting
2726 run : npm run lint
3231 name : Unit Tests
3332 needs : build
3433 runs-on : self-hosted
35- concurrency : job-second-stage
3634 steps :
3735 - name : Running unit tests
3836 run : npm run test:unit
You can’t perform that action at this time.
0 commit comments