Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 45fb6dd

Browse filesBrowse files
committed
ci: add vendor step before running deno tests
1 parent ce05e85 commit 45fb6dd
Copy full SHA for 45fb6dd

File tree

Expand file treeCollapse file tree

2 files changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-0
lines changed

‎.github/workflows/deno-test.yml

Copy file name to clipboardExpand all lines: .github/workflows/deno-test.yml
+2Lines changed: 2 additions & 0 deletions
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/

‎edge-runtime/vendor.ts

Copy file name to clipboardExpand all lines: edge-runtime/vendor.ts
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ import 'https://deno.land/std@0.175.0/path/mod.ts'
1212

1313
import 'https://deno.land/x/path_to_regexp@v6.2.1/index.ts'
1414
import 'https://deno.land/x/htmlrewriter@v1.0.0/src/index.ts'
15+
import 'https://deno.land/x/std@0.175.0/http/cookie.ts'
1516

1617
import 'https://v1-7-0--edge-utils.netlify.app/logger/mod.ts'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.