summaryrefslogtreecommitdiff
path: root/.github/workflows/install.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/install.yaml')
-rw-r--r--.github/workflows/install.yaml6
1 files changed, 0 insertions, 6 deletions
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