-
Notifications
You must be signed in to change notification settings - Fork 1
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
Automatic Running of Tests On Pull Request #1123
base: dev
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
…IMPACT/COSMOS into feature/add-github-actions
…ure/add-github-actions
for more information, see https://pre-commit.ci
A centralized logic has been implemented to streamline test execution across all workflows. Workflow: Django Test Suite on PR Checkout Merged Code: 1.Test Scope: Executes all pytest tests defined in the repository. Previously, tests were executed on the branch being pushed, Integration issues with the target branch (e.g., dev) were not accounted for. |
Take a look at whether you can use https://github.com/NASA-IMPACT/COSMOS/blob/dev/pytest.ini as a way to handle what is being done in init.sh. |
**Fixes #1111 **