mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Try vimrc
This commit is contained in:
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@@ -18,12 +18,7 @@ jobs:
|
|||||||
tests:
|
tests:
|
||||||
name: Vim Table Mode Tests
|
name: Vim Table Mode Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: alpine:latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install vim
|
|
||||||
run: apk --no-cache add vim
|
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Checkout vim-testify
|
- name: Checkout vim-testify
|
||||||
@@ -32,5 +27,16 @@ jobs:
|
|||||||
repository: dhruvasagar/vim-testify
|
repository: dhruvasagar/vim-testify
|
||||||
path: vim-testify
|
path: vim-testify
|
||||||
|
|
||||||
|
- name: Install Vim or neovim
|
||||||
|
uses: rhysd/action-setup-vim@v1
|
||||||
|
id: vim
|
||||||
|
with:
|
||||||
|
neovim: ${{ matrix.neovim }}
|
||||||
|
|
||||||
|
- name: Create vimrc
|
||||||
|
run: echo "set packpath += ${{ github.workspace }}/vim-table-mode, ${{ github.workspace }}/vim-testify" > vimrc
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: vim +"set packpath+=${{ github.workspace }}/vim-table-mode,${{ github.workspace }}/vim-testify" +TestifySuite
|
env:
|
||||||
|
VIM: ${{ steps.vim.outputs.executable }}
|
||||||
|
run: ${VIM} -u vimrc +TestifySuite
|
||||||
|
|||||||
Reference in New Issue
Block a user