mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Simplified packpath
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -42,4 +42,4 @@ jobs:
|
||||
- name: Run unit tests
|
||||
env:
|
||||
VIM: ${{ steps.vim.outputs.executable }}
|
||||
run: ${VIM} +"set packpath +=${{ github.workspace }},${{ github.workspace }}/vim-table-mode" +"set hidden" +TestifySuite
|
||||
run: ${VIM} +"set packpath +=.,./vim-testify" +"set hidden" +TestifySuite
|
||||
|
||||
Reference in New Issue
Block a user