diff --git a/.github/actions/yarn-install/action.yaml b/.github/actions/yarn-install/action.yaml index d8b46139b97..35b8a71d390 100644 --- a/.github/actions/yarn-install/action.yaml +++ b/.github/actions/yarn-install/action.yaml @@ -7,6 +7,17 @@ inputs: runs: using: 'composite' steps: + - name: Free disk space for install + if: runner.os == 'Linux' + shell: bash + run: | + # Default GitHub images ship large SDKs this repo does not use; removing + # them avoids ENOSPC when restoring or linking a full Yarn node_modules. + sudo rm -rf /usr/share/dotnet + sudo rm -rf /usr/local/lib/android + sudo rm -rf /opt/ghc + sudo rm -rf /opt/hostedtoolcache/CodeQL + df -h - name: Cache primary key builder id: globals shell: bash diff --git a/packages/twenty-server/src/modules/messaging/message-import-manager/drivers/imap/utils/__tests__/extract-message-text.util.spec.ts b/packages/twenty-server/src/modules/messaging/message-import-manager/drivers/imap/utils/__tests__/extract-message-text.util.spec.ts index c21c8d740d0..e6c17cd580c 100644 --- a/packages/twenty-server/src/modules/messaging/message-import-manager/drivers/imap/utils/__tests__/extract-message-text.util.spec.ts +++ b/packages/twenty-server/src/modules/messaging/message-import-manager/drivers/imap/utils/__tests__/extract-message-text.util.spec.ts @@ -98,6 +98,7 @@ Developer Support `, attachments: [], headers: [], + headerLines: [], }; const result = service.extractTextWithoutReplyQuotations(parsed); @@ -132,6 +133,7 @@ Developer Support`); `, attachments: [], headers: [], + headerLines: [], }; const result = service.extractTextWithoutReplyQuotations(parsed); @@ -153,6 +155,7 @@ Developer Support`); `, attachments: [], headers: [], + headerLines: [], }; const result = service.extractTextWithoutReplyQuotations(parsed); @@ -164,6 +167,7 @@ Developer Support`); const parsed: ParsedMail = { attachments: [], headers: [], + headerLines: [], }; const result = service.extractTextWithoutReplyQuotations(parsed); @@ -175,6 +179,7 @@ Developer Support`); const parsed: ParsedMail = { attachments: [], headers: [], + headerLines: [], html: `