File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 13
13
workflow_dispatch :
14
14
inputs :
15
15
denops_branch :
16
- description : ' Denops revision to test'
16
+ description : " Denops revision to test"
17
17
required : false
18
- default : ' main'
18
+ default : " main"
19
19
verbose :
20
20
type : boolean
21
21
required : false
22
- description : ' Enable verbose output'
22
+ description : " Enable verbose output"
23
23
default : false
24
24
25
25
defaults :
@@ -128,7 +128,10 @@ jobs:
128
128
129
129
- name : Perform pre-cache
130
130
run : |
131
- deno cache ${DENOPS_TEST_DENOPS_PATH}/denops/@denops-private/mod.ts ./mod.ts
131
+ deno cache \
132
+ --config ${DENOPS_TEST_DENOPS_PATH}/denops/@denops-private/deno.jsonc \
133
+ ${DENOPS_TEST_DENOPS_PATH}/denops/@denops-private/mod.ts \
134
+ ./mod.ts
132
135
133
136
- name : Test
134
137
run : deno task test:coverage
You can’t perform that action at this time.
0 commit comments