mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-29 10:34:10 +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
|
run: gradle :testUi
|
||||||
- name: Move video
|
- name: Move video
|
||||||
run: mv video build/reports
|
run: mv video build/reports
|
||||||
|
- name: Move sandbox logs
|
||||||
|
run: mv build/idea-sandbox/system/log sandbox-idea-log
|
||||||
- name: Save report
|
- name: Save report
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ui-test-fails-report-mac
|
name: ui-test-fails-report-mac
|
||||||
path: |
|
path: |
|
||||||
build/reports
|
build/reports
|
||||||
|
sandbox-idea-log
|
||||||
# build-for-ui-test-linux:
|
# build-for-ui-test-linux:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
# steps:
|
# steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user