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

Fix incorrect logs location in UI tests

This commit is contained in:
Alex Plate 2024-02-13 19:26:58 +02:00
parent 12d0d2613f
commit 4c7a6165ed
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ jobs:
run: mv tests/ui-ij-tests/video build/reports
- name: Move sandbox logs
if: always()
run: mv tests/ui-ij-tests/build/idea-sandbox/system/log sandbox-idea-log
run: mv build/idea-sandbox/system/log sandbox-idea-log
- name: Save report
if: always()
uses: actions/upload-artifact@v4

View File

@ -44,7 +44,7 @@ jobs:
run: mv tests/ui-py-tests/video build/reports
- name: Move sandbox logs
if: always()
run: mv tests/ui-py-tests/build/idea-sandbox/system/log sandbox-idea-log
run: mv build/idea-sandbox/system/log sandbox-idea-log
- name: Save report
if: always()
uses: actions/upload-artifact@v4

View File

@ -41,7 +41,7 @@ jobs:
run: mv tests/ui-ij-tests/video build/reports
- name: Move sandbox logs
if: always()
run: mv tests/ui-ij-tests/build/idea-sandbox/system/log sandbox-idea-log
run: mv build/idea-sandbox/system/log sandbox-idea-log
- name: Save report
if: always()
uses: actions/upload-artifact@v4