X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=9dabd901ff6831e7c4a4620460456ee75e6282af;hb=ebfabfaac2438f69625b72d9867a21bec489181d;hp=e4cdf76e2a374e073f0bf41cd65a654514df1c8f;hpb=0980bdc3a13cc183ef4de6a00820d386c498d7f7;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index e4cdf76..9dabd90 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -24,9 +24,11 @@ jobs: export PATH=$PATH:$HOME/.cabal/bin hoogle generate popd + - name: Install JS Language Server + run: npm install javascript-typescript-langserver - name: Build run: cabal build - name: Test run: | - export PATH=$PATH:$HOME/.cabal/bin + export PATH=$PATH:$HOME/.cabal/bin:$(npm bin) cabal test