chore: run tests only on last stable release and on nightly

This commit is contained in:
Oleksandr Smirnov 2025-02-17 15:30:47 +02:00
parent 4f9d4695b1
commit 75f2c033fb
No known key found for this signature in database
2 changed files with 9 additions and 23 deletions

View file

@ -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 {