Add npm bin directory to PATH
authorLuke Lau <luke_lau@icloud.com>
Sat, 19 Oct 2019 00:54:41 +0000 (01:54 +0100)
committerLuke Lau <luke_lau@icloud.com>
Sat, 19 Oct 2019 00:54:41 +0000 (01:54 +0100)
.github/workflows/haskell.yml

index ffb851af370888a5ce82bd306e6a8ec4d65282fa..907b3bf765342496bc573bd2685e445f4abb0bfd 100644 (file)
@@ -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