ou-cs5213-sp24 / capstone-management-system

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Set up CI workflow for pull requests #7

Open UdayBhumireddy opened 3 months ago

UdayBhumireddy commented 3 months ago

Description: Create a GitHub Actions workflow file to run automated tests whenever a pull request is opened or updated. Tasks: Define workflow steps to execute tests. Configure triggers to run on pull request events. Handle test results and status checks.

Definition of Done: The GitHub Actions workflow file is created and configured to execute tests on pull request events, with test results properly handled and status checks implemented.

TorrentialFire commented 3 months ago

This issue may be a little large for the described tasks, consider breaking it down into multiple issues that your team can divide and conquer.

Please add a "definition of done" describing what the successful outcome of this task would be.