X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=186753029c1202266c46c56b60789c6ec2f7a81b;hb=83f521b928a6c952dba54061dde684869ca5c669;hp=5f14f1d6f78a5d23ea909a4839c3ffb89fd07ba6;hpb=0de9d38dfe3a9b0f9c029e9da72054261702e3f1;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 5f14f1d..1867530 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -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