From e117bcdc7805fe3a5eb849e5d46da1a0f085e2d9 Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Wed, 1 Mar 2023 07:58:34 +0530 Subject: [PATCH] Add checkout vim-testify step to ci workflow --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24999c9..4a6efe1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,12 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Checkout vim-testify + uses: actions/checkout@v3 + with: + repository: dhruvasagar/vim-testify + path: pack/plugins/start/vim-testify + - name: Install Vim or neovim uses: rhysd/action-setup-vim@v1 id: vim