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

Fix the creation of the video for the UI tests

This commit is contained in:
Alex Plate 2024-02-08 15:10:36 +02:00
parent cc838f614f
commit a24ae616df
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
2 changed files with 2 additions and 2 deletions

View File

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

View File

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