SE-Fall24-RZA / Recipe_Recommender

Saveurs Sélection - Recipe Recommender is an application that suggests you recipes based on the ingredients which are currently available. One of the most tedious tasks while cooking is figuring out what to cook with the ingredients that you, have rather than how to cook it. Our software aims to ease this dilemma by providing recipes.
MIT License
0 stars 1 forks source link

Workflow for backend tests #21

Closed robbiethomas1101 closed 1 day ago

robbiethomas1101 commented 1 day ago

A workflow has been created to automatically run all backend tests in GitHub Actions. This workflow will run on every pull request, allowing developers to ensure that tests are passing before merging.

This closes issue #17