diff --git a/.github/workflows/ci-front.yaml b/.github/workflows/ci-front.yaml index 94d7fd71d..73ae1e632 100644 --- a/.github/workflows/ci-front.yaml +++ b/.github/workflows/ci-front.yaml @@ -102,7 +102,7 @@ jobs: PATH_TO_COVERAGE: packages/twenty-front/coverage/storybook strategy: matrix: - storybook_scope: [modules, pages] + storybook_scope: [modules, pages, performance] steps: - uses: actions/checkout@v4 with: