We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da594ae commit 00cbafeCopy full SHA for 00cbafe
.github/workflows/test.yml
@@ -157,9 +157,9 @@ jobs:
157
- name: test-upstream oldtest (Windows)
158
if: runner.os == 'Windows'
159
shell: msys2 {0}
160
- working-directory: neovim-repo
+ working-directory: neovim-repo/test/old/testdir
161
run: |
162
- mingw32-make VERBOSE=1 oldtest TEST_FILE=test_python3.vim
+ mingw32-make VERBOSE=1 SCRIPTS= test_python3
163
164
- name: test-upstream functionaltest (Windows)
165
0 commit comments