1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-22 19:15:46 +02:00

Use pattern matching in CI tests

This commit is contained in:
Alex Plate 2025-03-12 10:52:51 +02:00
parent 0729e9623b
commit 5b8469c276
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
3 changed files with 3 additions and 3 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/IC-2024.3.3/log_runIdeForUiTests idea-sandbox-log
run: mv build/idea-sandbox/IC-*/log_runIdeForUiTests idea-sandbox-log
- name: Save report
if: always()
uses: actions/upload-artifact@v4

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/PC-2024.3.3/log_runIdeForUiTests idea-sandbox-log
run: mv build/idea-sandbox/PC-*/log_runIdeForUiTests idea-sandbox-log
- name: Save report
if: always()
uses: actions/upload-artifact@v4

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/IC-2024.3.3/log_runIdeForUiTests idea-sandbox-log
run: mv build/idea-sandbox/IC-*/log_runIdeForUiTests idea-sandbox-log
- name: Save report
if: always()
uses: actions/upload-artifact@v4