Skip to content

Commit

Permalink
Fix Plugin Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvasagar committed Mar 1, 2023
1 parent 88824e5 commit 9cbf828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 9cbf828

Please sign in to comment.