Go back to using hie master
[lsp-test.git] / .github / workflows / haskell.yml
index e702893d87118f9f3ccdd253311b72f3c3b9b7fa..9dabd901ff6831e7c4a4620460456ee75e6282af 100644 (file)
@@ -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: Run tests
+    - name: Test
       run: |
-        echo $PATH
+        export PATH=$PATH:$HOME/.cabal/bin:$(npm bin) 
         cabal test