Commit cdac856
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
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 41 | | |
47 | 42 | | |
48 | 43 | | |
| |||
0 commit comments