mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Fix vimrc location
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -39,12 +39,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
neovim: ${{ matrix.neovim }}
|
neovim: ${{ matrix.neovim }}
|
||||||
|
|
||||||
- name: Create vimrc
|
|
||||||
run: echo "set packpath += ${{ github.workspace }}" > vimrc
|
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
env:
|
env:
|
||||||
VIM: ${{ steps.vim.outputs.executable }}
|
VIM: ${{ steps.vim.outputs.executable }}
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}/pack/plugins/start/vim-table-mode
|
cd ${{ github.workspace }}/pack/plugins/start/vim-table-mode
|
||||||
|
echo "set packpath+=${{ github.workspace }}" > vimrc
|
||||||
${VIM} -u vimrc +TestifySuite
|
${VIM} -u vimrc +TestifySuite
|
||||||
|
|||||||
Reference in New Issue
Block a user