Tidy up workflow
authorLuke Lau <luke_lau@icloud.com>
Sat, 5 Oct 2019 20:29:08 +0000 (21:29 +0100)
committerLuke Lau <luke_lau@icloud.com>
Sat, 5 Oct 2019 20:29:08 +0000 (21:29 +0100)
.github/workflows/haskell.yml

index 186753029c1202266c46c56b60789c6ec2f7a81b..e4cdf76e2a374e073f0bf41cd65a654514df1c8f 100644 (file)
@@ -26,9 +26,7 @@ jobs:
         popd
     - name: Build
       run: cabal build
-    - name: Run tests
+    - name: Test
       run: |
         export PATH=$PATH:$HOME/.cabal/bin
-        echo $PATH
-        which hie
         cabal test