Skip to content
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

Enabling Automated Tests in Maven Build & Repairing Failed Tests #85

Merged

Conversation

DerMistkaefer
Copy link
Contributor

In this pull request, I've made two key updates to the project's build process:

  1. Automated Test Execution in Maven: I've configured the Maven build process to automatically execute tests. This integration ensures that with each build, the project automatically checks if everything is functioning as expected.

  2. Fixing Existing Failed Tests: After enabling automated testing, I noticed some tests were failing. I've addressed these issues, repairing the broken tests to ensure they now pass with the updated setup.

These changes are aimed at enhancing the reliability of the build process and ensuring code quality. Please let me know if there are any concerns or further improvements needed. Thanks!

@KotlinFactory KotlinFactory merged commit cf76828 into Simplix-Softworks:master Dec 18, 2023
@KotlinFactory
Copy link
Member

LGTM!
Thanks for implementing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants