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

Upload the logs of the sandbox

This commit is contained in:
Alex Plate 2024-01-05 17:21:19 +02:00
parent 7e4b4c973c
commit ec3122f320
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -36,12 +36,15 @@ jobs:
run: gradle :testUi
- name: Move video
run: mv video build/reports
- name: Move sandbox logs
run: mv build/idea-sandbox/system/log sandbox-idea-log
- name: Save report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ui-test-fails-report-mac
path: |
build/reports
sandbox-idea-log
# build-for-ui-test-linux:
# runs-on: ubuntu-latest
# steps: