twenty/.github/workflows
Thaïs 1351a95754
fix: fix storybook coverage task (#5256)
- Fixes storybook coverage command: the coverage directory path was
incorrect, but instead of failing `storybook:test --configuration=ci`,
it was hanging indefinitely.
- Switches back to `concurrently` to launch `storybook:static` and
`storybook:test` in parallel, which allows to use options to explicitly
kill `storybook:static` when `storybook:test` fails.
- Moves `storybook:test --configuration=ci` to its own command
`storybook:static:test`: used in the CI, and can be used locally to run
storybook tests without having to launch `storybook:dev` first.
- Creates command `storybook:coverage` and enables cache for this
command.
- Fixes Jest tests that were failing.
- Improves caching conditions for some tasks (for instance, no need to
invalidate Jest test cache if only Storybook story files were modified).
2024-05-03 14:59:09 +02:00
..
actions fix: fix storybook coverage task (#5256) 2024-05-03 14:59: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: use Nx affected tasks in CI (#5110) 2024-04-30 16:28:25 +02:00
ci-docs.yaml chore: use Nx affected tasks in CI (#5110) 2024-04-30 16:28:25 +02:00
ci-front.yaml fix: fix storybook coverage task (#5256) 2024-05-03 14:59:09 +02:00
ci-release.yaml fix: release workflow (#5053) 2024-04-19 15:16:48 +02:00
ci-server.yaml chore: use Nx affected tasks in CI (#5110) 2024-04-30 16:28:25 +02:00
ci-test-docker-compose.yaml feat: add SENTRY_RELEASE env (#4912) 2024-04-11 16:53:15 +02:00
ci-utils.yaml chore: use Nx affected tasks in CI (#5110) 2024-04-30 16:28:25 +02:00
ci-website.yaml chore: use Nx affected tasks in CI (#5110) 2024-04-30 16:28:25 +02:00