mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Try with github workspace
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
|
- name: Run unit tests
|
||||||
env:
|
env:
|
||||||
VIM: ${{ steps.vim.outputs.executable }}
|
VIM: ${{ steps.vim.outputs.executable }}
|
||||||
run: ${VIM} +"set packpath +=.,./vim-testify" +packloadall +"set hidden" +TestifySuite
|
run: ${VIM} +"set packpath +=${{ github.workspace }},${{ github.workspace }}/vim-testify" +packloadall +"set hidden" +TestifySuite
|
||||||
|
|||||||
Reference in New Issue
Block a user