Skip to content

Commit 538bdfd

Browse files
committed
chore: Fix CI
1 parent 318e4ae commit 538bdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Perform pre-cache
114114
run: |
115115
deno cache \
116-
${DENOPS_TEST_DENOPS_PATH}/denops/@denops-private/mod.ts ./denops/fall/main.ts
116+
${DENOPS_TEST_DENOPS_PATH}/denops/@denops-private/mod.ts
117117
118118
- name: Test
119119
run: deno task test:coverage

0 commit comments

Comments
 (0)