Skip to content

Commit

Permalink
Enable PyCharm for python UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Feb 13, 2024
1 parent a119ea6 commit b972121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runUiPyTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ gradle.projectsEvaluated {

intellij {
version.set(ideaVersion)
type.set(ideaType)
pluginName.set("IdeaVim")

updateSinceUntilBuild.set(false)
Expand Down

0 comments on commit b972121

Please sign in to comment.