[Tests] `npm bin` has been removed

Jordan Harband 2023-03-21 13:31:52 -07:00
parent ee6f766712
commit ea3b65f02e
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
1 changed files with 1 additions and 2 deletions

View File

@ -45,9 +45,8 @@ jobs:
skip-ls-check: true skip-ls-check: true
shell-command: echo installed shell-command: echo installed
- run: npm ls urchin - run: npm ls urchin
- run: npm bin
- run: env - run: env
- run: make TERM=xterm-256color TEST_SUITE="${{ matrix.suite }}" SHELL="${{ matrix.shell }}" URCHIN="$(npm bin)/urchin" test-${{ matrix.shell }} - run: make TERM=xterm-256color TEST_SUITE="${{ matrix.suite }}" SHELL="${{ matrix.shell }}" URCHIN="$(npx which urchin)" test-${{ matrix.shell }}
nvm: nvm:
name: 'all test suites, all shells' name: 'all test suites, all shells'