From 4ecafadfae6e2f85bd92fd26ef5a79171a8114c9 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Wed, 13 Nov 2019 13:14:29 +0000 Subject: [PATCH] Skip tests --- .github/workflows/haskell.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 87a1ca1..249d55a 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -52,8 +52,8 @@ jobs: run: npm install javascript-typescript-langserver - name: Build run: cabal build - - name: Test - run: | - echo $PATH - export PATH=$PATH:$(npm bin) - cabal run lsp-test:test:tests + # - name: Test + # run: | + # echo $PATH + # export PATH=$PATH:$(npm bin) + # cabal run lsp-test:test:tests -- 2.30.2