From ea3b65f02e27165e74cfe69ee4b6b1684af2f89c Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 21 Mar 2023 13:31:52 -0700 Subject: [PATCH] [Tests] `npm bin` has been removed --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index db653f0..a17a71e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,9 +45,8 @@ jobs: skip-ls-check: true shell-command: echo installed - run: npm ls urchin - - run: npm bin - 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: name: 'all test suites, all shells'