mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-19 20:34:04 +02:00
Fix incorrect configuration for UI tests
This commit is contained in:
parent
b81b18645b
commit
95ef5f5f32
.github/workflows
2
.github/workflows/runUiOctopusTests.yml
vendored
2
.github/workflows/runUiOctopusTests.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Apply Patch
|
- name: Apply Patch
|
||||||
run: |
|
run: |
|
||||||
git apply tests/ij-ui-tests/src/test/kotlin/ui/octopus.patch
|
git apply tests/ui-ij-tests/src/test/kotlin/ui/octopus.patch
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/runUiTests.yml
vendored
2
.github/workflows/runUiTests.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
run: gradle :tests:ui-ij-tests:testUi
|
run: gradle :tests:ui-ij-tests:testUi
|
||||||
- name: Move video
|
- name: Move video
|
||||||
if: always()
|
if: always()
|
||||||
run: mv tests/ij-ui-tests/video build/reports
|
run: mv tests/ui-ij-tests/video build/reports
|
||||||
- name: Move sandbox logs
|
- name: Move sandbox logs
|
||||||
if: always()
|
if: always()
|
||||||
run: mv build/idea-sandbox/system/log sandbox-idea-log
|
run: mv build/idea-sandbox/system/log sandbox-idea-log
|
||||||
|
Loading…
Reference in New Issue
Block a user