mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-06-06 16:34:04 +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
|
- name: Tests
|
||||||
run: gradle :testUi
|
run: gradle :testUi
|
||||||
- name: Move video
|
- name: Move video
|
||||||
|
if: always()
|
||||||
run: mv video build/reports
|
run: mv video build/reports
|
||||||
- name: Move sandbox logs
|
- name: Move sandbox logs
|
||||||
|
if: always()
|
||||||
run: mv build/idea-sandbox/system/log sandbox-idea-log
|
run: mv build/idea-sandbox/system/log sandbox-idea-log
|
||||||
- name: Save report
|
- name: Save report
|
||||||
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ui-test-fails-report-mac
|
name: ui-test-fails-report-mac
|
||||||
|
Loading…
Reference in New Issue
Block a user