-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix: Branch main
could not be tested easily
#612
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #612 +/- ##
==========================================
- Coverage 43.87% 43.81% -0.07%
==========================================
Files 55 55
Lines 4978 4978
Branches 587 587
==========================================
- Hits 2184 2181 -3
- Misses 2677 2680 +3
Partials 117 117 ☔ View full report in Codecov by Sentry. |
Failed to retrieve llama text: POST 504: 504 Gateway Time-outThe server didn't respond in time. |
This deploys the main branch automatically on the staging servers for system testing.
2fd3aa3
to
c06fc4c
Compare
both server are on debian 12? Wouldn't it make sense to have one on ubuntu? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I trust you have tested it somehow
on: | ||
push: | ||
branches: | ||
- main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can do it using a tag instead automatically? Just to have better control on it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think automatically would make things easier: we'll always know that the latest version runs there.
Yes, that would make sense. However, would it then be difficult to know if a bug comes from the OS or from the hosting provider 🤔 ? |
This deploys the main branch automatically on the staging servers for system testing.