Skip to content

Commit 2bec88b

Browse files
author
Andrew Ferrier
committed
fix: Try packadd
1 parent 49f3e2c commit 2bec88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
3131
3232
- name: Run tests
33-
run: nvim --headless --noplugin -u tests/minimal.vim -c "packadd plenary.nvim" -c "PlenaryBustedFile tests/debugprint.lua"
33+
run: nvim --headless --noplugin -u tests/minimal.vim -c "packadd plenary.nvim" -c "packadd nvim-treesitter" -c "PlenaryBustedFile tests/debugprint.lua"

0 commit comments

Comments
 (0)