As a project member, I want to make sure the commits I push to Github won't affect existing feature, so to reduce effort for manual code review and communication cost.
This issue is also related to #2 , as we can run unit test also in CI when it's ready.
Acceptance Criteria
- A CI environment that will run all spiders with simple command, say,
minuteago=10 target_cities=台北市 and ensure they get meaningful results.
- The CI should be triggered on every PR, and everyone must merge code by PR.
As a project member, I want to make sure the commits I push to Github won't affect existing feature, so to reduce effort for manual code review and communication cost.
This issue is also related to #2 , as we can run unit test also in CI when it's ready.
Acceptance Criteria
minuteago=10 target_cities=台北市and ensure they get meaningful results.