diff options
author | kylo252 <[email protected]> | 2021-11-02 17:03:21 +0100 |
---|---|---|
committer | kylo252 <[email protected]> | 2021-11-02 17:03:21 +0100 |
commit | b04bb9b79864e846af8936d6cee6ced0dd0bf93e (patch) | |
tree | 1d4d0a40330f426b51b8d62409d23869887bf7dd /.github/workflows | |
parent | 17648e5a07f8c4fe851b09f3037db58c73fe292f (diff) | |
parent | 32ca5afa4ad21f1a616cc30323c272191e7548c1 (diff) |
Merge remote-tracking branch 'origin/rolling'
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/install.yaml | 6 |
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 |