Skip to content

Commit acaad2e

Browse files
committed
Simplified packpath
1 parent 9cbf828 commit acaad2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
- name: Run unit tests
4343
env:
4444
VIM: ${{ steps.vim.outputs.executable }}
45-
run: ${VIM} +"set packpath +=${{ github.workspace }},${{ github.workspace }}/vim-table-mode" +"set hidden" +TestifySuite
45+
run: ${VIM} +"set packpath +=.,./vim-testify" +"set hidden" +TestifySuite

0 commit comments

Comments
 (0)