Skip to content

Commit bc25218

Browse files
committed
ci: add vendor step before running deno tests
1 parent ce05e85 commit bc25218

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deno-test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ jobs:
1212
uses: denoland/setup-deno@v1
1313
with:
1414
deno-version: v1.x.x
15+
- name: Vendor Deno modules
16+
run: deno vendor edge-runtime/vendor.ts --output=edge-runtime/vendor --force
1517
- name: Test
1618
run: deno test -A edge-runtime/

0 commit comments

Comments
 (0)