From 32ca5afa4ad21f1a616cc30323c272191e7548c1 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Tue, 2 Nov 2021 16:58:55 +0100 Subject: feat: better error handling for packer (#1883) --- .github/workflows/install.yaml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index fa1b9be8..02400ce4 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -33,12 +33,6 @@ jobs: run: | ./utils/installer/install.sh --local --no-install-dependencies - - name: Test LunarVim PackerCompile - run: if "$HOME"/.local/bin/lvim --headless +PackerCompile -c ':qall' 2>&1|grep -q 'Error'; then false; fi - - - name: Test LunarVim Health - run: if "$HOME"/.local/bin/lvim --headless +checkhealth -c ':qall' 2>&1|grep -q 'Error'; then false; fi - - name: Run unit-tests # NOTE: make sure to adjust the timeout if you start adding a lot of tests timeout-minutes: 4 -- cgit v1.2.3