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

Change the gradle config for UI tests

This commit is contained in:
Alex Plate 2024-02-12 13:37:02 +02:00
parent 89a24d71a6
commit 28afa4b3ce
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -27,7 +27,7 @@ jobs:
- name: Run Idea
run: |
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
uses: jtalk/url-health-check-action@v3
with: