1
0
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:
Alex Plate 2024-01-05 17:44:44 +02:00
parent 28c0c3207a
commit 4e43606932
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -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