Do some tidying up
[lsp-test.git] / .github / workflows / haskell.yml
index e3409a3cd193f5f9d2f670b86b81641c1a1728ca..53827ca27f8f334701613b953ff2c10aa8c95053 100644 (file)
@@ -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