Skip to content

Commit

Permalink
Add checkout vim-testify step to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvasagar committed Mar 1, 2023
1 parent 7ec0b83 commit e117bcd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e117bcd

Please sign in to comment.