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