[FRONT COMPONENT] Stories in twenty-sdk for front component generation and upon render interactivity (#17675)

closes https://github.com/twentyhq/core-team-issues/issues/2179
This commit is contained in:
nitin
2026-02-04 12:39:54 +00:00
committed by GitHub
parent 59c36736d4
commit 660a15b721
26 changed files with 720 additions and 34 deletions
+4 -1
View File
@@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
task: [lint, typecheck, test:unit]
task: [lint, typecheck, test:unit, storybook:build, storybook:test]
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
@@ -39,6 +39,9 @@ jobs:
uses: ./.github/actions/yarn-install
- name: Build
run: npx nx build twenty-sdk
- name: Install Playwright
if: contains(matrix.task, 'storybook')
run: npx playwright install chromium
- name: Run ${{ matrix.task }} task
uses: ./.github/actions/nx-affected
with: