From 9cbf8283bab191922b56e426673f4e15c7da4058 Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Wed, 1 Mar 2023 08:38:38 +0530 Subject: [PATCH] Fix Plugin Paths --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5695cb..ac8e11e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: uses: actions/checkout@v3 with: repository: dhruvasagar/vim-testify + path: vim-testify - name: Install Vim or neovim uses: rhysd/action-setup-vim@v1 @@ -41,4 +42,4 @@ jobs: - name: Run unit tests env: VIM: ${{ steps.vim.outputs.executable }} - run: ${VIM} +"set packpath +=${{ github.workspace }}/vim-testify,${{ github.workspace }}/vim-table-mode" +"set hidden" +TestifySuite + run: ${VIM} +"set packpath +=${{ github.workspace }},${{ github.workspace }}/vim-table-mode" +"set hidden" +TestifySuite