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

Update path to logs in UI tests one more time

This commit is contained in:
Alex Plate 2024-07-19 17:52:54 +03:00
parent 75ccdb2a4d
commit 40c1070b1a
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -37,7 +37,7 @@ jobs:
run: mv tests/ui-ij-tests/video build/reports
- name: Move sandbox logs
if: always()
run: mv build/idea-sandbox idea-sandbox
run: mv build/idea-sandbox/IC-2024.1.1/log_runIdeForUiTests idea-sandbox-log
- name: Save report
if: always()
uses: actions/upload-artifact@v4
@ -46,7 +46,7 @@ jobs:
path: |
build/reports
tests/ui-ij-tests/build/reports
idea-sandbox
idea-sandbox-log
# build-for-ui-test-linux:
# runs-on: ubuntu-latest
# steps: