Skip to content

Commit ac36641

Browse files
committed
ci: debug: what happens when we omit installing deps in test job
1 parent 0ca7232 commit ac36641

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
deno-version: 2.x
4242
cache-hash: ${{ env.CACHE_KEY_BASE }}-${{ hashFiles('deno.lock') }}
4343

44-
- name: Install dependencies
45-
id: deno-deps-install
46-
run: deno install
44+
# - name: Install dependencies
45+
# id: deno-deps-install
46+
# run: deno install
4747

4848
- name: Test
4949
run: deno test --allow-read

0 commit comments

Comments
 (0)