Skip to content

Commit

Permalink
Fix incorrect configuration for UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Feb 13, 2024
1 parent b81b186 commit 95ef5f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/runUiOctopusTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- name: Apply Patch
run: |
git apply tests/ij-ui-tests/src/test/kotlin/ui/octopus.patch
git apply tests/ui-ij-tests/src/test/kotlin/ui/octopus.patch
- name: Setup Java
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runUiTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: gradle :tests:ui-ij-tests:testUi
- name: Move video
if: always()
run: mv tests/ij-ui-tests/video build/reports
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
Expand Down

0 comments on commit 95ef5f5

Please sign in to comment.