twenty/.github/workflows
Charles Bochet 6683ffb890
Clarify storybook tests (#6073)
In this PR, I'm simplifying storybook setup:
1) Remove build --test configuration that prevent autodocs. We are not
using autodocs at all (the dev experience is not good enough), so I have
completely disabled it.
2) Clarify `serve` vs `test` vs `serve-and-test` configurations


After this PR:
- you can serve storybook in two modes: `npx nx run
twenty-front:storybook:serve:dev` and `npx nx run
twenty-front:storybook:serve:static`
- you can run tests agains an already served storybook (this is useful
in dev so you don't have to rebuild everytime to run tests): `npx nx run
twenty-front:storybook:test`
- you can conbine both: `npx nx run
twenty-front:storybook:serve-and-test:static`
2024-06-30 20:02:13 +02:00
..
actions fix: fix storybook:build cache output path (#5336) 2024-05-08 11:51:09 +02:00
cd-deploy-main.yaml feat(ci): automate CI tags and pass github context (#4652) 2024-03-26 09:01:39 +01:00
cd-deploy-tag.yaml feat(ci): automate CI tags and pass github context (#4652) 2024-03-26 09:01:39 +01:00
ci-chrome-extension.yaml chore: add nx/project.json to twenty-chrome-extension (#5217) 2024-05-06 11:33:48 +02:00
ci-front.yaml Clarify storybook tests (#6073) 2024-06-30 20:02:13 +02:00
ci-release-create.yaml Fix/release workflow (#5802) 2024-06-12 21:11:58 +02:00
ci-release-merge.yaml Fix/release workflow (#5802) 2024-06-12 21:11:58 +02:00
ci-server.yaml Try fix tests (#5431) 2024-05-15 22:54:51 +02:00
ci-test-docker-compose.yaml feat: add SENTRY_RELEASE env (#4912) 2024-04-11 16:53:15 +02:00
ci-utils.yaml Create congratulations bot (#5404) 2024-05-21 22:56:25 +02:00
ci-website.yaml chore: use Nx affected tasks in CI (#5110) 2024-04-30 16:28:25 +02:00