From 3ea394ff83be3a5f88615647134ea911b995b535 Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Wed, 1 Mar 2023 11:54:16 +0530 Subject: [PATCH] Looks promising --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12cd922..e767308 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: neovim: ${{ matrix.neovim }} - name: Create vimrc - run: echo "set packpath += ${{ github.workspace }}/vim-table-mode, ${{ github.workspace }}/vim-testify" > vimrc + run: echo "set packpath += ${{ github.workspace }}, ${{ github.workspace }}/vim-testify" > vimrc - name: Run unit tests env: