Skip tests so it passes and caches hie
[lsp-test.git] / .github / workflows / haskell.yml
index 6124028e8461baf163b8de7c34c444f2080962ad..be047459ba02f0279df2ecf9e02a1c8469f68312 100644 (file)
@@ -26,9 +26,9 @@ jobs:
       uses: actions/checkout@v1
       with:
         repository: haskell/haskell-ide-engine
-        submodules: recurse
+        submodules: recursive
         ref: ${{ env.hieref }}
-        path: $HOME/haskell-ide-engine
+        path: haskell-ide-engine
 
     - name: Cache Cabal binaries
       uses: actions/cache@v1
@@ -42,7 +42,8 @@ jobs:
             echo "hie is already built"
             exit 0
         fi
-        pushd $HOME/haskell-ide-engine
+        ls ../
+        pushd ../haskell-ide-engine
         cabal install hie
         cabal install hoogle
         hoogle generate
@@ -54,4 +55,4 @@ jobs:
     - name: Test
       run: |
         export PATH=$PATH:$HOME/.cabal/bin:$(npm bin) 
-        cabal test
+        cabal test