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

Do not make cd in tests

This commit is contained in:
Alex Plate 2024-01-26 15:47:13 +02:00
parent 355c560ddc
commit b0a1b2edba
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -11,9 +11,7 @@ jobs:
- uses: actions/checkout@v4
- name: Apply Patch
run: |
cd ideavim
git apply src/test/java/ui/octopus.patch
cd ..
- name: Setup Java
uses: actions/setup-java@v4
with: