mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-09-19 01:24:48 +02:00
Save the whole sandbox after the UI test
This commit is contained in:
.github/workflows
4
.github/workflows/runUiOctopusTests.yml
vendored
4
.github/workflows/runUiOctopusTests.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
run: mv tests/ui-ij-tests/video build/reports
|
||||
- name: Move sandbox logs
|
||||
if: always()
|
||||
run: mv build/idea-sandbox/system/log sandbox-idea-log
|
||||
run: mv build/idea-sandbox idea-sandbox
|
||||
- name: Save report
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
path: |
|
||||
build/reports
|
||||
tests/ui-ij-tests/build/reports
|
||||
sandbox-idea-log
|
||||
idea-sandbox
|
||||
# build-for-ui-test-linux:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
|
4
.github/workflows/runUiPyTests.yml
vendored
4
.github/workflows/runUiPyTests.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
run: mv tests/ui-py-tests/video build/reports
|
||||
- name: Move sandbox logs
|
||||
if: always()
|
||||
run: mv build/idea-sandbox/system/log sandbox-idea-log
|
||||
run: mv build/idea-sandbox idea-sandbox
|
||||
- name: Save report
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
@@ -49,4 +49,4 @@ jobs:
|
||||
path: |
|
||||
build/reports
|
||||
tests/ui-py-tests/build/reports
|
||||
sandbox-idea-log
|
||||
idea-sandbox
|
||||
|
4
.github/workflows/runUiTests.yml
vendored
4
.github/workflows/runUiTests.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
run: mv tests/ui-ij-tests/video build/reports
|
||||
- name: Move sandbox logs
|
||||
if: always()
|
||||
run: mv build/idea-sandbox/system/log sandbox-idea-log
|
||||
run: mv build/idea-sandbox idea-sandbox
|
||||
- name: Save report
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
path: |
|
||||
build/reports
|
||||
tests/ui-ij-tests/build/reports
|
||||
sandbox-idea-log
|
||||
idea-sandbox
|
||||
# build-for-ui-test-linux:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
|
Reference in New Issue
Block a user