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

Run the tests automatically on PR #608

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Run the tests automatically on PR #608

merged 1 commit into from
Mar 29, 2024

Conversation

erikyo
Copy link
Collaborator

@erikyo erikyo commented Mar 28, 2024

Pull Request: Adding Continuous Integration for Testing

This pull request aims to enhance the project's development process by integrating continuous integration (CI) for running tests automatically upon pushes and pull requests. By adding this workflow, we ensure that tests are executed consistently across different environments without manual intervention, thereby reducing the likelihood of unexpected issues.

Details of Changes:

  • Added a Node.js CI workflow (nodejs.yml) configured to run tests upon push and pull requests.
  • Utilized GitHub Actions to set up the CI environment across various operating systems (Ubuntu, macOS, Windows) and Node.js versions (LTS and latest).
  • Integrated steps to install dependencies, build the project (if necessary), and run tests automatically.

Benefits:

  1. Automation: Tests are executed automatically upon code changes, eliminating the need for manual intervention and reducing the likelihood of human error.
  2. Consistency: Ensures that tests are run consistently across different environments, providing confidence in the codebase's reliability.
  3. Immediate Feedback: Developers receive immediate feedback on the code changes, enabling them to identify and rectify issues promptly.

With this CI setup in place, we can streamline our development process and maintain the quality of our codebase efficiently.

@verlok verlok merged commit ee1b763 into verlok:master Mar 29, 2024
6 checks passed
@erikyo erikyo deleted the ci/test branch March 29, 2024 17:35
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