mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-06 03:34:03 +02:00
GH actions: always store the execution of the test
This commit is contained in:
parent
28c0c3207a
commit
4e43606932
3
.github/workflows/runUiTests.yml
vendored
3
.github/workflows/runUiTests.yml
vendored
@ -35,10 +35,13 @@ jobs:
|
||||
- name: Tests
|
||||
run: gradle :testUi
|
||||
- name: Move video
|
||||
if: always()
|
||||
run: mv video build/reports
|
||||
- name: Move sandbox logs
|
||||
if: always()
|
||||
run: mv build/idea-sandbox/system/log sandbox-idea-log
|
||||
- name: Save report
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ui-test-fails-report-mac
|
||||
|
Loading…
Reference in New Issue
Block a user