We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a40d06 commit 22d10fbCopy full SHA for 22d10fb
1 file changed
.github/workflows/pull-request.yml
@@ -16,7 +16,9 @@ jobs:
16
with:
17
node-version: '12.x'
18
registry-url: 'https://registry.npmjs.org'
19
- - run: npm install
+ - name: Install Test dependencies
20
+ run: npm install
21
+ working-directory: ./test
22
- name: Test with neovim
23
run: |
24
nvim --version
0 commit comments