Compare commits

1 Commits

Author SHA1 Message Date
Ilia Mashkov 7dbb35d298 fix: workflow
Workflow / build (push) Failing after 8m17s
Workflow / publish (push) Has been skipped
2026-04-23 14:16:07 +03:00
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -47,7 +47,8 @@ jobs:
run: yarn test:unit
- name: Run Component Tests
run: yarn test:component
timeout-minutes: 5
run: yarn test:component --reporter=verbose --logHeapUsage
publish:
needs: build # Only runs if tests/lint pass
+1
View File
@@ -13,6 +13,7 @@ export default defineConfig({
setupFiles: ['./vitest.setup.component.ts', './vitest.setup.jsdom.ts'],
globals: true,
testTimeout: 15000,
maxWorkers: process.env.CI ? 1 : undefined,
},
resolve: {