chore: run tests only on last stable release and on nightly
This commit is contained in:
parent
4f9d4695b1
commit
75f2c033fb
2 changed files with 9 additions and 23 deletions
|
|
@ -6,7 +6,7 @@ end
|
|||
local function install_plug(plugin)
|
||||
local name = plugin:match ".*/(.*)"
|
||||
local package_root = root ".tests/site/pack/deps/start/"
|
||||
if not vim.loop.fs_stat(package_root .. name) then
|
||||
if not vim.uv.fs_stat(package_root .. name) then
|
||||
print("Installing " .. plugin)
|
||||
vim.fn.mkdir(package_root, "p")
|
||||
vim.fn.system {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue