From: Luke Lau Date: Sat, 19 Oct 2019 00:54:41 +0000 (+0100) Subject: Add npm bin directory to PATH X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=a262b90b6df2b3aff0fd23019390f83f16d7a75f Add npm bin directory to PATH --- diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index ffb851a..907b3bf 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -31,5 +31,5 @@ jobs: run: cabal build - name: Test run: | - export PATH=$PATH:$HOME/.cabal/bin + export PATH=$PATH:$HOME/.cabal/bin:$(npm bin) cabal test