Skip to content

Commit 849a7ce

Browse files
committed
shuffle coverage checks around
1 parent 1cdafdd commit 849a7ce

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)