Skip to content

Commit 7434b71

Browse files
committed
Output diagnostics after benchmark npm i
1 parent 5098564 commit 7434b71

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,13 @@ jobs:
6565
node-version: 16.14.0
6666
# NPM
6767
- name: NPM master
68-
run: npm ci && npm i file:. && npm run build
68+
run: npm ci && npm run build
69+
working-directory: master
70+
- name: Use local tstl
71+
run: npm i -D file:.
72+
working-directory: master
73+
- name: Check node_modules
74+
run: ls -l node_modules/
6975
working-directory: master
7076
- name: NPM commit
7177
run: npm ci && npm i file:. && npm run build

0 commit comments

Comments
 (0)