Closed hcvdwerf closed 3 months ago
This pull request updates the CI workflow to use the correct scheming extension repository and defines the APP_DIR environment variable. The main changes are in the '.github/workflows/test.yml' file, where the repository URL for ckanext-scheming has been updated, and multi-line run commands have been added for better readability and maintainability.
Files | Changes |
---|---|
.github/workflows/test.yml |
Updated the CI workflow to use the correct scheming extension repository and defined the APP_DIR environment variable. |
@sourcery-ai review
🚀 Pull Request Checklist
Title:
[ ]
A brief, descriptive title for the changes.Description:
[ ]
Provide a clear and concise description of your pull request, including the purpose of the changes and the approach you've taken.Context:
[ ]
Why are these changes necessary? What problem do they solve? Link any related issues.Changes:
[ ]
List the major changes you've made, ideally organized by commit or feature.Testing:
[ ]
Describe how the changes have been tested. Include any relevant details about the testing environment and the test cases.Screenshots (if applicable):
[ ]
If your changes are visual, include screenshots to help explain your changes.Additional Information:
[ ]
Add any other information that might be useful for reviewers, such as considerations, discussions, or dependencies.Checklist:
[ ]
I have checked that my code adheres to the project's style guidelines and that my code is well-commented.[ ]
I have performed self-review of my own code and corrected any misspellings.[ ]
I have made corresponding changes to the documentation (if applicable).[ ]
My changes generate no new warnings or errors.[ ]
I have added tests that prove my fix is effective or that my feature works.[ ]
New and existing unit tests pass locally with my changes.Summary by Sourcery
Update the GitHub Actions workflow to use the correct scheming extension repository and branch for testing, ensuring compatibility and correctness in the CI environment.
Enhancements:
CI: