Debug PATH
[lsp-test.git] / .github / workflows / haskell.yml
index 5f14f1d6f78a5d23ea909a4839c3ffb89fd07ba6..e702893d87118f9f3ccdd253311b72f3c3b9b7fa 100644 (file)
@@ -21,9 +21,12 @@ jobs:
         cd haskell-ide-engine
         cabal install hie
         cabal install hoogle
+        export PATH=$PATH:$HOME/.cabal/bin
         hoogle generate
         popd
     - name: Build
       run: cabal build
     - name: Run tests
-      run: cabal test
+      run: |
+        echo $PATH
+        cabal test