Try to add plugins to vim's packpath

This commit is contained in:
Dhruva Sagar
2023-03-01 08:35:40 +05:30
parent e117bcdc78
commit 88824e5840

View File

@@ -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