From a262b90b6df2b3aff0fd23019390f83f16d7a75f Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Sat, 19 Oct 2019 01:54:41 +0100 Subject: [PATCH] Add npm bin directory to PATH --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2