Skip to content

Commit 22d10fb

Browse files
committed
Adapt workflows for tests
1 parent 2a40d06 commit 22d10fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
with:
1717
node-version: '12.x'
1818
registry-url: 'https://registry.npmjs.org'
19-
- run: npm install
19+
- name: Install Test dependencies
20+
run: npm install
21+
working-directory: ./test
2022
- name: Test with neovim
2123
run: |
2224
nvim --version

0 commit comments

Comments
 (0)