Skip to content

Commit f7cadb7

Browse files
committed
☕ Cache deno modules prior to test
1 parent 1d6a908 commit f7cadb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ jobs:
103103
${DENOPS_TEST_NVIM} --version
104104
env:
105105
DENOPS_TEST_NVIM: ${{ steps.nvim.outputs.executable_path }}
106+
- name: Cache
107+
run: deno cache $(find . -name '*.ts')
108+
working-directory: ./repo
106109
- name: Test
107110
run: deno task test
108111
env:

0 commit comments

Comments
 (0)