Fix vimrc location

This commit is contained in:
Dhruva Sagar
2023-03-01 13:04:25 +05:30
parent 7ace092bf5
commit 022b2d41b3

View File

@@ -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