From 0a132f83771c7f1c96a79b4e171b9f3b81aafd30 Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Tue, 24 Oct 2023 12:35:12 +0530 Subject: [PATCH] Fix tests, remove vim & windows --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 661ea79..5bfdc3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] - neovim: [false, true] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 @@ -39,7 +38,7 @@ jobs: uses: rhysd/action-setup-vim@v1 id: vim with: - neovim: ${{ matrix.neovim }} + neovim: true version: nightly - name: Run unit tests @@ -48,5 +47,4 @@ jobs: run: | cd ${{ github.workspace }}/pack/plugins/start/vim-table-mode echo "set packpath+=${{ github.workspace }}" > vimrc - ${VIM} -u vimrc +TestifySuite +qall - cat testify_results.txt + ${VIM} --headless -u vimrc +TestifySuite +qall