mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Fix tests, remove vim & windows
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user