Skip to content

Commit 7201a27

Browse files
committed
fix: run build:vendor in right dir
1 parent 4ffa6b1 commit 7201a27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-deno.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
deno-version: v1.x
2323
- name: Run Vendor
24+
working-directory: ./packages/runtime
2425
run: npm run build:vendor
2526
- name: Test Deno
2627
run: deno test packages/runtime/src/templates/edge-shared/

0 commit comments

Comments
 (0)