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:
parent
a119ea6a29
commit
b9721218ab
2
.github/workflows/runUiPyTests.yml
vendored
2
.github/workflows/runUiPyTests.yml
vendored
@ -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:
|
||||
|
@ -234,6 +234,7 @@ gradle.projectsEvaluated {
|
||||
|
||||
intellij {
|
||||
version.set(ideaVersion)
|
||||
type.set(ideaType)
|
||||
pluginName.set("IdeaVim")
|
||||
|
||||
updateSinceUntilBuild.set(false)
|
||||
|
Loading…
Reference in New Issue
Block a user