Update haskell.yml
[lsp-test.git] / .github / workflows / haskell.yml
index 5f14f1d6f78a5d23ea909a4839c3ffb89fd07ba6..186753029c1202266c46c56b60789c6ec2f7a81b 100644 (file)
@@ -21,9 +21,14 @@ 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: |
+        export PATH=$PATH:$HOME/.cabal/bin
+        echo $PATH
+        which hie
+        cabal test