X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=53827ca27f8f334701613b953ff2c10aa8c95053;hp=e3409a3cd193f5f9d2f670b86b81641c1a1728ca;hb=358ddf1c3f5138c2ddf5f40d6ab543ab6ea75f27;hpb=4f1628681efec92fdb69dc2faf09c3c73e1d6d83 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