Go back to using hie master
[lsp-test.git] / .github / workflows / haskell.yml
index 186753029c1202266c46c56b60789c6ec2f7a81b..9dabd901ff6831e7c4a4620460456ee75e6282af 100644 (file)
@@ -24,11 +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: |
-        export PATH=$PATH:$HOME/.cabal/bin
-        echo $PATH
-        which hie
+        export PATH=$PATH:$HOME/.cabal/bin:$(npm bin) 
         cabal test