Skip to content

Commit 05a8430

Browse files
committed
Add slightly more coverage for npx and corepack
1 parent 9f3dac2 commit 05a8430

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
mkdir dist
2727
python make_wheels.py
28-
- name: Show built files
28+
- name: Show built wheels
2929
run: |
3030
ls -l dist/*
3131
- name: Type Checking
@@ -89,5 +89,5 @@ jobs:
8989
run:
9090
python -m nodejs --version
9191
python -m nodejs.npm --version
92-
93-
92+
python -m nodejs.npx --version
93+
python -m nodejs.corepack --version

0 commit comments

Comments
 (0)