From 3d5dd6b8293b307decbb1d587a0fbb37cdd21679 Mon Sep 17 00:00:00 2001 From: shadmansaleh <13149513+shadmansaleh@users.noreply.github.com> Date: Tue, 7 Sep 2021 18:39:02 +0600 Subject: [PATCH] fix(ci): Neovims nighly releases are currently broken comment it out --- .github/workflows/ci.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de6933d..8e90af0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,20 +32,20 @@ jobs: chmod +x build/neovim/v0.5.0/nvim } build/neovim/v0.5.0/nvim --headless -u lua/tests/minimal_init.lua -c "PlenaryBustedDirectory lua/tests/ { minimal_init = './lua/tests/minimal_init.lua' }" - - name: Get neovim nightly - uses: actions/cache@v2 - with: - path: | - build/neovim/nightly - key: ${{ runner.os }}-appimage-${{ hashFiles('todays-date') }} - - name: Run Test on neovim nightly - run: | - test -d build/neovim/nightly || { - mkdir -p build/neovim/nightly - curl -Lo build/neovim/nightly/nvim https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage - chmod +x build/neovim/nightly/nvim - } - build/neovim/nightly/nvim --headless -u lua/tests/minimal_init.lua -c "PlenaryBustedDirectory lua/tests/ { minimal_init = './lua/tests/minimal_init.lua' }" + # - name: Get neovim nightly + # uses: actions/cache@v2 + # with: + # path: | + # build/neovim/nightly + # key: ${{ runner.os }}-appimage-${{ hashFiles('todays-date') }} + # - name: Run Test on neovim nightly + # run: | + # test -d build/neovim/nightly || { + # mkdir -p build/neovim/nightly + # curl -Lo build/neovim/nightly/nvim https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage + # chmod +x build/neovim/nightly/nvim + # } + # build/neovim/nightly/nvim --headless -u lua/tests/minimal_init.lua -c "PlenaryBustedDirectory lua/tests/ { minimal_init = './lua/tests/minimal_init.lua' }" - name: Lint run: | sudo apt-get update