File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,14 +101,13 @@ jobs:
101101 with :
102102 node-version : 20
103103 cache : ' npm'
104- - run : npm ci --omit=optional
105- - run : ./node_modules/.bin/rolldown -c ./rolldown.config.js
106- - name : Node Coverage (without microtime)
107- run : ./node_modules/.bin/c8 -c ./.c8rc.node.json node ./test/test.js
108104 - run : npm ci
109105 - run : ./node_modules/.bin/rolldown -c ./rolldown.config.js
110106 - name : Node Coverage (with microtime)
111107 run : ./node_modules/.bin/c8 -c ./.c8rc.node.json node ./test/test.js
108+ - run : npm ci --omit=optional
109+ - name : Node Coverage (without microtime)
110+ run : ./node_modules/.bin/c8 -c ./.c8rc.node.json node ./test/test.js
112111 - uses : hoverkraft-tech/compose-action@05da55b2bb8a5a759d1c4732095044bd9018c050
113112 with :
114113 services : tests
You can’t perform that action at this time.
0 commit comments