X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=cd8a95da2274745ffc767605f73ddd936bed2469;hb=38bf0b76556e21891319a2e2af92efe8ff4bf5b7;hp=6f33cefc355ecdca3b6e4bbcd58bbcaad82efeb0;hpb=89407b82feba0a4c025d118eb6bf03b3fa6bef39;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 6f33cef..cd8a95d 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -24,7 +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: Run tests - run: cabal test + - name: Test + run: | + export PATH=$PATH:$HOME/.cabal/bin + cabal test