fix: workflow

This commit is contained in:
Ilia Mashkov
2026-04-22 16:11:05 +03:00
parent 7e847640ad
commit aea9fde9ff
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