X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=907b3bf765342496bc573bd2685e445f4abb0bfd;hp=ffb851af370888a5ce82bd306e6a8ec4d65282fa;hb=a262b90b6df2b3aff0fd23019390f83f16d7a75f;hpb=3d9f14e3d376b069169a13ffba59211e4838134e 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