Skip to content

Commit

Permalink
chore: use eap as it does not require license
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruiz committed May 11, 2024
1 parent 55abf63 commit a6c34ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ fun launchIdeForTest(): IdeForTest {
)

val ideaProcess = IdeLauncher.launchIde(
ideDownloader.downloadAndExtract(Ide.IDEA_ULTIMATE, UiTestExtensions.downloadDirectory, Ide.BuildType.RELEASE),
ideDownloader.downloadAndExtract(Ide.IDEA_ULTIMATE, UiTestExtensions.downloadDirectory, Ide.BuildType.EAP),
additionalProperties,
emptyList(),
plugins,
Expand Down

0 comments on commit a6c34ee

Please sign in to comment.