mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 02:53:48 -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:
|
||||
neovim: ${{ matrix.neovim }}
|
||||
|
||||
- name: Create vimrc
|
||||
run: echo "set packpath += ${{ github.workspace }}" > vimrc
|
||||
|
||||
- name: Run unit tests
|
||||
env:
|
||||
VIM: ${{ steps.vim.outputs.executable }}
|
||||
run: |
|
||||
cd ${{ github.workspace }}/pack/plugins/start/vim-table-mode
|
||||
echo "set packpath+=${{ github.workspace }}" > vimrc
|
||||
${VIM} -u vimrc +TestifySuite
|
||||
|
||||
Reference in New Issue
Block a user