mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-05 18:34:03 +02:00
Missed one path for nvim tests
This commit is contained in:
parent
1af8d31272
commit
5770fbd70f
2
.teamcity/_Self/buildTypes/Nvim.kt
vendored
2
.teamcity/_Self/buildTypes/Nvim.kt
vendored
@ -18,7 +18,7 @@ object Nvim : IdeaVimBuildType({
|
||||
param("env.ORG_GRADLE_PROJECT_downloadIdeaSources", "false")
|
||||
param("env.ORG_GRADLE_PROJECT_ideaVersion", NVIM_TESTS)
|
||||
param("env.ORG_GRADLE_PROJECT_instrumentPluginCode", "false")
|
||||
param("env.ideavim.nvim.path", "./nvim-linux64/bin/nvim")
|
||||
param("env.ideavim.nvim.path", "./nvim-linux-x86_64/bin/nvim")
|
||||
}
|
||||
|
||||
vcs {
|
||||
|
Loading…
Reference in New Issue
Block a user