-
Notifications
You must be signed in to change notification settings - Fork 116
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
chore(ci): temporarily disable broken actions #4037
Conversation
Run & review this pull request in StackBlitz Codeflow. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 38198ed. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 38198ed:
|
Size Change: 0 B Total Size: 1.09 MB ℹ️ View Unchanged
|
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
Supbabase link commands are not working with prod. A support ticket has been raised but we can temporarily remove these.
The purpose of these are to detect changes in database structure and create and apply migrations to update the prod instance. These are things such as adding/removing columns, creating and removing tables.
The generate embedding issue should actually be resolved from this as we do not need to do any database maintenence but run a script using the javascript library to connect to the DB. This connects a different way than the CLI step that is breaking. I believe this Javascript script should still work as that is the same library used to connect to DB for search functionality in the site that is still working.