mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Improved packpath
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -24,12 +24,14 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
path: pack/plugins/start/vim-table-mode
|
||||||
|
|
||||||
- name: Checkout vim-testify
|
- name: Checkout vim-testify
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: dhruvasagar/vim-testify
|
repository: dhruvasagar/vim-testify
|
||||||
path: vim-testify
|
path: pack/plugins/start/vim-testify
|
||||||
|
|
||||||
- name: Install Vim or neovim
|
- name: Install Vim or neovim
|
||||||
uses: rhysd/action-setup-vim@v1
|
uses: rhysd/action-setup-vim@v1
|
||||||
@@ -38,9 +40,11 @@ jobs:
|
|||||||
neovim: ${{ matrix.neovim }}
|
neovim: ${{ matrix.neovim }}
|
||||||
|
|
||||||
- name: Create vimrc
|
- name: Create vimrc
|
||||||
run: echo "set packpath += ${{ github.workspace }}, ${{ github.workspace }}/vim-testify" > 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: ${VIM} -u vimrc +TestifySuite
|
run: |
|
||||||
|
cd ${{ github.workspace }}/pack/plugins/start/vim-table-mode
|
||||||
|
${VIM} -u vimrc +TestifySuite
|
||||||
|
|||||||
Reference in New Issue
Block a user