Use hie-bios
[lsp-test.git] / .github / workflows / haskell.yml
index e702893d87118f9f3ccdd253311b72f3c3b9b7fa..ffb851af370888a5ce82bd306e6a8ec4d65282fa 100644 (file)
@@ -17,16 +17,19 @@ jobs:
     - name: Install HIE
       run: |
         pushd $HOME
-        git clone https://github.com/haskell/haskell-ide-engine --recurse-submodules
+        git clone https://github.com/mpickering/haskell-ide-engine --recurse-submodules
         cd haskell-ide-engine
+        git checkout hie-bios
         cabal install hie
         cabal install hoogle
         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
         cabal test