Update haskell.yml
authorLuke Lau <luke_lau@icloud.com>
Wed, 2 Oct 2019 18:50:10 +0000 (19:50 +0100)
committerGitHub <noreply@github.com>
Wed, 2 Oct 2019 18:50:10 +0000 (19:50 +0100)
.github/workflows/haskell.yml

index e702893d87118f9f3ccdd253311b72f3c3b9b7fa..186753029c1202266c46c56b60789c6ec2f7a81b 100644 (file)
@@ -28,5 +28,7 @@ jobs:
       run: cabal build
     - name: Run tests
       run: |
+        export PATH=$PATH:$HOME/.cabal/bin
         echo $PATH
+        which hie
         cabal test