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;hp=89407b82feba0a4c025d118eb6bf03b3fa6bef39 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