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