mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-18 09:34:04 +02:00
Change the gradle config for UI tests
This commit is contained in:
parent
89a24d71a6
commit
28afa4b3ce
2
.github/workflows/runUiTests.yml
vendored
2
.github/workflows/runUiTests.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Run Idea
|
- name: Run Idea
|
||||||
run: |
|
run: |
|
||||||
mkdir -p build/reports
|
mkdir -p build/reports
|
||||||
gradle :tests:ui-ij-tests:runIdeForUiTests > build/reports/idea.log &
|
gradle runIdeForUiTests > build/reports/idea.log &
|
||||||
- name: Wait for Idea started
|
- name: Wait for Idea started
|
||||||
uses: jtalk/url-health-check-action@v3
|
uses: jtalk/url-health-check-action@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user