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

Save the whole sandbox after the UI test

This commit is contained in:
Alex Plate 2024-07-19 09:35:39 +03:00
parent 907e44b1d7
commit fcf4b44443
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
3 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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

View File

@ -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: