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

Fix incorrect configuration for UI tests

This commit is contained in:
Alex Plate 2024-02-13 08:43:12 +02:00
parent b81b18645b
commit 95ef5f5f32
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- name: Apply Patch
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
uses: actions/setup-java@v4
with:

View File

@ -38,7 +38,7 @@ jobs:
run: gradle :tests:ui-ij-tests:testUi
- name: Move video
if: always()
run: mv tests/ij-ui-tests/video build/reports
run: mv tests/ui-ij-tests/video build/reports
- name: Move sandbox logs
if: always()
run: mv build/idea-sandbox/system/log sandbox-idea-log