maorcc / citymind_water_meter

Home Assistant Integration with cp.city-mind.com, an Israeli water meters reading service
Apache License 2.0
40 stars 2 forks source link

Add GitHub Actions for running tests on pull requests #64

Closed Arielgordon123 closed 3 weeks ago

Arielgordon123 commented 3 months ago

Problem

Currently, this project does not have a GitHub Actions workflow set up to automatically run tests on pull requests. This can lead to bugs and regressions slipping into the codebase, as changes are not being tested automatically before they are merged.

Proposed Solution

Set up a GitHub Actions workflow that runs the project's existing test suite (e.g., unit tests, integration tests) on every pull request. This will ensure that all code changes are properly tested before they are merged, catching potential issues early in the development process.

elad-bar commented 2 months ago

added as part of #79

elad-bar commented 3 weeks ago

Added actions for PR