We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6a209 commit fdc9255Copy full SHA for fdc9255
1 file changed
.github/workflows/cdn-canary.yml
@@ -49,11 +49,8 @@ jobs:
49
- name: Check for bare imports
50
run: node tools/cdn/check-bare-imports.js
51
52
- - name: Install CDN tools
53
- run: cd tools/cdn && npm ci
54
-
55
- name: Worker unit tests
56
- run: cd tools/cdn && npm run test:unit
+ run: cd tools/cdn && npx vitest run --config vitest.unit.config.js
57
58
- name: Upload canary to R2
59
env:
0 commit comments