Skip to content

Commit cdb856d

Browse files
committed
☕ Specify DENOPS_PATH on make test
1 parent f6f7c0c commit cdb856d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Test
22

3-
env:
4-
DENOPS_PATH: "../denops.vim"
5-
63
on:
74
schedule:
85
- cron: "0 7 * * 0"
@@ -96,9 +93,10 @@ jobs:
9693
env:
9794
DENOPS_TEST_NVIM: ${{ steps.nvim.outputs.executable_path }}
9895
- name: Test
99-
working-directory: ./repo
10096
run: make test
10197
env:
98+
DENOPS_PATH: "../denops.vim"
10299
DENOPS_TEST_VIM: ${{ steps.vim.outputs.executable_path }}
103100
DENOPS_TEST_NVIM: ${{ steps.nvim.outputs.executable_path }}
104101
timeout-minutes: 10
102+
working-directory: ./repo

0 commit comments

Comments
 (0)