Skip to content

Commit

Permalink
ci: add plenary install
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ryall committed Dec 28, 2023
1 parent e31db85 commit 625005d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .busted

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- name: luarocks
uses: leafo/gh-actions-luarocks@v4

- name: install plenary.nvim
run: |
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim
- name: run test
shell: bash
run: |
Expand Down

0 comments on commit 625005d

Please sign in to comment.