Diagnostics CI size issue
This commit is contained in:
2
.github/workflows/ci-front.yaml
vendored
2
.github/workflows/ci-front.yaml
vendored
@ -31,6 +31,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: ./.github/workflows/actions/yarn-install
|
uses: ./.github/workflows/actions/yarn-install
|
||||||
|
- name: Diagnostic disk space issue
|
||||||
|
run: df -h
|
||||||
- name: Front / Restore Storybook Task Cache
|
- name: Front / Restore Storybook Task Cache
|
||||||
uses: ./.github/workflows/actions/task-cache
|
uses: ./.github/workflows/actions/task-cache
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -58,7 +58,6 @@ const ProvidersThatNeedRouterContext = () => {
|
|||||||
const pageTitle = getPageTitleFromPath(pathname);
|
const pageTitle = getPageTitleFromPath(pathname);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
|
||||||
<ApolloProvider>
|
<ApolloProvider>
|
||||||
<ClientConfigProviderEffect />
|
<ClientConfigProviderEffect />
|
||||||
<ClientConfigProvider>
|
<ClientConfigProvider>
|
||||||
@ -94,7 +93,6 @@ const ProvidersThatNeedRouterContext = () => {
|
|||||||
</ChromeExtensionSidecarProvider>
|
</ChromeExtensionSidecarProvider>
|
||||||
</ClientConfigProvider>
|
</ClientConfigProvider>
|
||||||
</ApolloProvider>
|
</ApolloProvider>
|
||||||
</>
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user