1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-09 09:34:06 +02:00

Enable PyCharm for python UI tests

This commit is contained in:
Alex Plate 2024-02-13 12:42:33 +02:00
parent a119ea6a29
commit b9721218ab
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Run Idea
run: |
mkdir -p build/reports
gradle :tests:ui-py-tests:runIdeForUiTests > build/reports/idea.log &
gradle :runIdeForUiTests -PideaType=PC > build/reports/idea.log &
- name: Wait for Idea started
uses: jtalk/url-health-check-action@v3
with:

View File

@ -234,6 +234,7 @@ gradle.projectsEvaluated {
intellij {
version.set(ideaVersion)
type.set(ideaType)
pluginName.set("IdeaVim")
updateSinceUntilBuild.set(false)