-
Notifications
You must be signed in to change notification settings - Fork 13
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 sqlite db update action in repo health job #405
Comments
@UsamaSadiq I can't found this file repo_health_dashboard.py |
Updated the link for the file in the description as well. You can see the respective code lines at https://github.com/openedx/edx-repo-health/blob/master/repo_health_dashboard/repo_health_dashboard.py#L92 |
Created the first PR #423 to fix this issue. |
Approach for the solution:
|
Updated approach:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The issue edx/edx-arch-experiments#66 updated the repo health script to run successfully with GitHub Actions.
The sqlite db update step was failing with GitHub Actions workflow which needs to be investigated and resolved.
TODO
Investigate the sqlite failure by uncommenting the sqlite update logic in the repo_health_dashboard.py file.
The text was updated successfully, but these errors were encountered: