From 83f521b928a6c952dba54061dde684869ca5c669 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Wed, 2 Oct 2019 19:50:10 +0100 Subject: [PATCH] Update haskell.yml --- .github/workflows/haskell.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2