[CI] Add performance to merge coverage matrix strategy job (#9708)
# Introduction It seems like I've just oversight adding it back while debugging # Centralization Please note that we only have access to the following context within a job matrix properties: ``` Available expression contexts: github, inputs, vars, needs ``` We could centralize the `storybook_scope` as a job `outputs` in order to avoid this to re-occurs.
This commit is contained in:
2
.github/workflows/ci-front.yaml
vendored
2
.github/workflows/ci-front.yaml
vendored
@ -102,7 +102,7 @@ jobs:
|
|||||||
PATH_TO_COVERAGE: packages/twenty-front/coverage/storybook
|
PATH_TO_COVERAGE: packages/twenty-front/coverage/storybook
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
storybook_scope: [modules, pages]
|
storybook_scope: [modules, pages, performance]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user