Skip to content

Commit a45eb59

Browse files
author
Kelly Selden
committed
test
1 parent 3175779 commit a45eb59

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ jobs:
5353
# for test cache hits
5454
- run: npm i -g [email protected]
5555

56+
# don't accidentally use the global npx
57+
- run: rm $(which npx) # /opt/hostedtoolcache/node/10.23.0/x64/bin/npx
58+
- run: rm $(which npx) # /usr/local/bin/npx
59+
# test that we can't find it
60+
- run: '! which npx'
61+
5662
- run: npm ci
5763
- run: npm run ${{ matrix.test-command }} -- --retries 1
5864
timeout-minutes: 15

0 commit comments

Comments
 (0)