X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=186753029c1202266c46c56b60789c6ec2f7a81b;hp=e702893d87118f9f3ccdd253311b72f3c3b9b7fa;hb=83f521b928a6c952dba54061dde684869ca5c669;hpb=588e085d12244b795441c0e17b71a561ac5db80b diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index e702893..1867530 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -28,5 +28,7 @@ jobs: run: cabal build - name: Run tests run: | + export PATH=$PATH:$HOME/.cabal/bin echo $PATH + which hie cabal test