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

Configure tests to run automatically on push #17

Closed robbiethomas1101 closed 1 day ago

robbiethomas1101 commented 4 days ago

Configure the test suites to run automatically in GitHub actions after a push. Due to the need for database secrets in the '.env' file, this will likely require the use of GitHub action secrets.

robbiethomas1101 commented 1 day ago

Closed in PR #21 Running the workflow on every push was deemed too frequent, so it was changed to whenever a pull request is opened