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:
parent
cc838f614f
commit
a24ae616df
.github/workflows
2
.github/workflows/runUiOctopusTests.yml
vendored
2
.github/workflows/runUiOctopusTests.yml
vendored
@ -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
|
||||
|
2
.github/workflows/runUiTests.yml
vendored
2
.github/workflows/runUiTests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user