Skip to content

Commit fe23f25

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

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 ember-cli@2.11.1
5555

56+
- run: which npx
57+
# don't accidentally use the global npx
58+
- run: rm $(which 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)