From: Luke Lau Date: Wed, 2 Oct 2019 14:09:13 +0000 (+0100) Subject: Debug PATH X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=588e085d12244b795441c0e17b71a561ac5db80b Debug PATH --- diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 6f33cef..e702893 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -27,4 +27,6 @@ jobs: - name: Build run: cabal build - name: Run tests - run: cabal test + run: | + echo $PATH + cabal test