Skip to content

Commit fdc9255

Browse files
committed
Build: Fix canary cdn build
1 parent ea6a209 commit fdc9255

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/cdn-canary.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,8 @@ jobs:
4949
- name: Check for bare imports
5050
run: node tools/cdn/check-bare-imports.js
5151

52-
- name: Install CDN tools
53-
run: cd tools/cdn && npm ci
54-
5552
- name: Worker unit tests
56-
run: cd tools/cdn && npm run test:unit
53+
run: cd tools/cdn && npx vitest run --config vitest.unit.config.js
5754

5855
- name: Upload canary to R2
5956
env:

0 commit comments

Comments
 (0)