mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-06-06 16:34:04 +02:00
Save the whole sandbox after the UI test
This commit is contained in:
parent
907e44b1d7
commit
fcf4b44443
.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
|
run: mv tests/ui-ij-tests/video build/reports
|
||||||
- name: Move sandbox logs
|
- name: Move sandbox logs
|
||||||
if: always()
|
if: always()
|
||||||
run: mv build/idea-sandbox/system/log sandbox-idea-log
|
run: mv build/idea-sandbox idea-sandbox
|
||||||
- name: Save report
|
- name: Save report
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
build/reports
|
build/reports
|
||||||
tests/ui-ij-tests/build/reports
|
tests/ui-ij-tests/build/reports
|
||||||
sandbox-idea-log
|
idea-sandbox
|
||||||
# build-for-ui-test-linux:
|
# build-for-ui-test-linux:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
# steps:
|
# 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
|
run: mv tests/ui-py-tests/video build/reports
|
||||||
- name: Move sandbox logs
|
- name: Move sandbox logs
|
||||||
if: always()
|
if: always()
|
||||||
run: mv build/idea-sandbox/system/log sandbox-idea-log
|
run: mv build/idea-sandbox idea-sandbox
|
||||||
- name: Save report
|
- name: Save report
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@ -49,4 +49,4 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
build/reports
|
build/reports
|
||||||
tests/ui-py-tests/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
|
run: mv tests/ui-ij-tests/video build/reports
|
||||||
- name: Move sandbox logs
|
- name: Move sandbox logs
|
||||||
if: always()
|
if: always()
|
||||||
run: mv build/idea-sandbox/system/log sandbox-idea-log
|
run: mv build/idea-sandbox idea-sandbox
|
||||||
- name: Save report
|
- name: Save report
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
build/reports
|
build/reports
|
||||||
tests/ui-ij-tests/build/reports
|
tests/ui-ij-tests/build/reports
|
||||||
sandbox-idea-log
|
idea-sandbox
|
||||||
# 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