Remove hie binary check (main slowdown was Hoogle) github-actions-cache
authorLuke Lau <luke_lau@icloud.com>
Tue, 21 Jan 2020 10:20:29 +0000 (10:20 +0000)
committerLuke Lau <luke_lau@icloud.com>
Tue, 21 Jan 2020 10:26:55 +0000 (10:26 +0000)
.github/workflows/haskell.yml

index 4f5dda47c2136109c42d284c203216d82e34c30e..06086160c15dc9edb78f3c39a7b2f82b493bd097 100644 (file)
@@ -49,10 +49,6 @@ jobs:
 
     - name: Build HIE
       run: |
-        if [ -e $HOME/.cabal/bin/hie ]; then
-            echo "hie is already built"
-            exit 0
-        fi
         pushd ../haskell-ide-engine
         cabal install hie
         cabal install hoogle
@@ -70,7 +66,5 @@ jobs:
       run: cabal build
     - name: Test
       run: |
-        echo $PATH
-        echo $(npm bin)
         export PATH=$PATH:$(npm bin) 
         cabal test