Skip to content

Commit 00cbafe

Browse files
committed
fixup
1 parent da594ae commit 00cbafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ jobs:
157157
- name: test-upstream oldtest (Windows)
158158
if: runner.os == 'Windows'
159159
shell: msys2 {0}
160-
working-directory: neovim-repo
160+
working-directory: neovim-repo/test/old/testdir
161161
run: |
162-
mingw32-make VERBOSE=1 oldtest TEST_FILE=test_python3.vim
162+
mingw32-make VERBOSE=1 SCRIPTS= test_python3
163163
164164
- name: test-upstream functionaltest (Windows)
165165
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)