swe574-Fall2024-Group1 / huddleup

Community Specific Information Management project for swe574, Fall 2024 BOUN
0 stars 0 forks source link

Create CI pipeline for unit tests #58

Open dorukbu opened 2 days ago

dorukbu commented 2 days ago
  1. Set up a GitHub Actions workflow to run unit tests on each merge request to the development branch.
  2. Configure the workflow to trigger automatically on pull request events.
  3. Set up branch protection rules for the development branch to require a successful run of the unit test workflow.
aaldaber commented 1 day ago

@dorukbu the command to run tests is python manage.py test