Diagnostics CI size issue

This commit is contained in:
Charles Bochet
2024-10-05 09:56:51 +02:00
parent c73feb513a
commit 2472b3faaf
2 changed files with 37 additions and 37 deletions

View File

@@ -31,6 +31,8 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/workflows/actions/yarn-install
- name: Diagnostic disk space issue
run: df -h
- name: Front / Restore Storybook Task Cache
uses: ./.github/workflows/actions/task-cache
with:

View File

@@ -58,7 +58,6 @@ const ProvidersThatNeedRouterContext = () => {
const pageTitle = getPageTitleFromPath(pathname);
return (
<>
<ApolloProvider>
<ClientConfigProviderEffect />
<ClientConfigProvider>
@@ -94,7 +93,6 @@ const ProvidersThatNeedRouterContext = () => {
</ChromeExtensionSidecarProvider>
</ClientConfigProvider>
</ApolloProvider>
</>
);
};