mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 02:53:48 -05:00
Try to add plugins to vim's packpath
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -31,7 +31,6 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: dhruvasagar/vim-testify
|
||||
path: pack/plugins/start/vim-testify
|
||||
|
||||
- name: Install Vim or neovim
|
||||
uses: rhysd/action-setup-vim@v1
|
||||
@@ -42,4 +41,4 @@ jobs:
|
||||
- name: Run unit tests
|
||||
env:
|
||||
VIM: ${{ steps.vim.outputs.executable }}
|
||||
run: ${VIM} +"set hidden" +TestifySuite
|
||||
run: ${VIM} +"set packpath +=${{ github.workspace }}/vim-testify,${{ github.workspace }}/vim-table-mode" +"set hidden" +TestifySuite
|
||||
|
||||
Reference in New Issue
Block a user