mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Quit VIM after running tests
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -45,4 +45,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}/pack/plugins/start/vim-table-mode
|
cd ${{ github.workspace }}/pack/plugins/start/vim-table-mode
|
||||||
echo "set packpath+=${{ github.workspace }}" > vimrc
|
echo "set packpath+=${{ github.workspace }}" > vimrc
|
||||||
${VIM} -u vimrc +TestifySuite
|
${VIM} -u vimrc +TestifySuite +qall
|
||||||
|
|||||||
Reference in New Issue
Block a user