Skip to content

Commit 084c16e

Browse files
committed
ci: debug: what happens when we disable caching for test job
1 parent 6e787e1 commit 084c16e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
uses: denoland/setup-deno@v2
4040
with:
4141
deno-version: 2.x
42-
cache-hash: ${{ runner.os }}-${{ env.CACHE_KEY_BASE }}-${{ hashFiles('deno.lock') }}
42+
cache: false
43+
# cache-hash: ${{ runner.os }}-${{ env.CACHE_KEY_BASE }}-${{ hashFiles('deno.lock') }}
4344

4445
- name: Install dependencies
4546
id: deno-deps-install

0 commit comments

Comments
 (0)