1
0
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:
Alex Plate
2024-07-19 09:35:39 +03:00
parent 907e44b1d7
commit fcf4b44443
3 changed files with 6 additions and 6 deletions

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

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

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