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 1313 workflow_dispatch :
1414 inputs :
1515 denops_branch :
16- description : ' Denops revision to test'
16+ description : " Denops revision to test"
1717 required : false
18- default : ' main'
18+ default : " main"
1919 verbose :
2020 type : boolean
2121 required : false
22- description : ' Enable verbose output'
22+ description : " Enable verbose output"
2323 default : false
2424
2525defaults :
@@ -128,7 +128,10 @@ jobs:
128128
129129 - name : Perform pre-cache
130130 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
132135
133136 - name : Test
134137 run : deno task test:coverage
You can’t perform that action at this time.
0 commit comments