You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Looks like Github built-in CI/CD supports everything we need. Although there seem to be some drawback, they have either been resolved, like live log, or is not a required feature for this project.
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.The text was updated successfully, but these errors were encountered: