Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes CI post merge #6435

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Fixes CI post merge #6435

merged 1 commit into from
Jul 29, 2024

Conversation

lucasbordeau
Copy link
Contributor

@lucasbordeau lucasbordeau commented Jul 29, 2024

This PR fixes CI problems post merge of #6282

CI often crashes because some TS files aren't included during development and developers push errors on their PR.

Created an issue to mitigate this : #6436

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

The pull request focuses on fixing CI issues post-merge by refining import statements and updating utility functions for better code organization.

  • Modified packages/twenty-front/src/pages/settings/serverless-functions/__stories__/SettingsServerlessFunctionDetail.stories.tsx to reorder import statements.
  • Updated import paths for utilities in the same file.
  • Replaced getImageAbsoluteURIOrBase64 with getImageAbsoluteURI for improved clarity and maintainability.

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

@lucasbordeau lucasbordeau merged commit 9b28eeb into main Jul 29, 2024
12 of 13 checks passed
@lucasbordeau lucasbordeau deleted the fix/post-merge-CI-#6282 branch July 29, 2024 13:37
@lucasbordeau
Copy link
Contributor Author

lucasbordeau commented Jul 29, 2024

The sb-performance crash is caused by Linaria which slows down stories loading : #6437

We'll investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants