fix: workflow
This commit is contained in:
@@ -47,7 +47,8 @@ jobs:
|
|||||||
run: yarn test:unit
|
run: yarn test:unit
|
||||||
|
|
||||||
- name: Run Component Tests
|
- name: Run Component Tests
|
||||||
run: yarn test:component
|
timeout-minutes: 5
|
||||||
|
run: yarn test:component --reporter=verbose --logHeapUsage
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
needs: build # Only runs if tests/lint pass
|
needs: build # Only runs if tests/lint pass
|
||||||
|
|||||||
@@ -13,6 +13,9 @@ export default defineConfig({
|
|||||||
setupFiles: ['./vitest.setup.component.ts', './vitest.setup.jsdom.ts'],
|
setupFiles: ['./vitest.setup.component.ts', './vitest.setup.jsdom.ts'],
|
||||||
globals: true,
|
globals: true,
|
||||||
testTimeout: 15000,
|
testTimeout: 15000,
|
||||||
|
pool: 'forks',
|
||||||
|
maxWorkers: 1,
|
||||||
|
isolate: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
resolve: {
|
resolve: {
|
||||||
|
|||||||
Reference in New Issue
Block a user