X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=53827ca27f8f334701613b953ff2c10aa8c95053;hb=358ddf1c3f5138c2ddf5f40d6ab543ab6ea75f27;hp=e3409a3cd193f5f9d2f670b86b81641c1a1728ca;hpb=60b309d19338bc584dae5388b2fa7486779fdaa6;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index e3409a3..53827ca 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -49,13 +49,13 @@ jobs: cabal install hoogle hoogle generate popd - # cabal v1-install Cabal --constraint "Cabal == 3.0.0.0" - name: Install JS Language Server - run: npm install javascript-typescript-langserver + run: npm install -g javascript-typescript-langserver - name: Build run: cabal build - name: Test run: | echo $PATH + echo $(npm bin) export PATH=$PATH:$(npm bin) - cabal run lsp-test:test:tests + cabal test