COS420-Fall23 / Team-D

This is Team D's project repository. Shall be tackling the problem of helping graduates/students find a reliable job by cutting down the search method or type that other sites use.
3 stars 2 forks source link

Continuous Integration #168

Closed DracoDrakthen closed 7 months ago

DracoDrakthen commented 8 months ago

The comments from Deliverable 5 must be addressed.

For any comment that was not addressed, deduct -2 points.

Setup Continuous Integration for your team’s Github repo using Github Actions or CircleCI.

Here relevant tutorials for Github Actions

The free version of CircleCI should also work for your project’s size

When any commit is pushed to main, all the tests should be run and any failing tests should cause the push to be rejected

There are no "github specific" malicious behaviors like changing permissions on your repository that your app's tests should detect.

K-Hannan12 commented 7 months ago

This was fixed last sprint no updates needed.