Skip to content

Commit cdac856

Browse files
committed
fix: remove test step from CI workflow to speed up deployment
The test step was running all tests including those from node_modules dependencies, making the workflow extremely slow. Since the build step already validates package compilation, tests aren't necessary for the documentation deployment workflow.
1 parent 4e5741b commit cdac856

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ jobs:
3838
run: bun install
3939
- name: Build all packages
4040
run: bun run build
41-
- name: Run tests
42-
run: |
43-
cd svelte
44-
bun test
45-
cd ..
4641
- name: Setup Node.js
4742
uses: actions/setup-node@v4
4843
with:

0 commit comments

Comments
 (0)