mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-25 00:34:09 +02:00
Fix incorrect version of the dependency
This commit is contained in:
parent
59768c16e2
commit
d91e2296b0
2
.github/workflows/runUiTests.yml
vendored
2
.github/workflows/runUiTests.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
mkdir -p build/reports
|
mkdir -p build/reports
|
||||||
gradle :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@3
|
uses: jtalk/url-health-check-action@v3
|
||||||
with:
|
with:
|
||||||
url: http://127.0.0.1:8082
|
url: http://127.0.0.1:8082
|
||||||
max-attempts: 20
|
max-attempts: 20
|
||||||
|
Loading…
Reference in New Issue
Block a user