UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
0 stars 0 forks source link

CI Smoketest workflow #132

Closed MNThomson closed 3 months ago

MNThomson commented 3 months ago

Feature Description

A Github Workflow that runs docker-compose build and docker-compose up to ensure that everything boots properly without any failures or restarts.

Problem You're Trying to Solve

Just because CI passes for each project doesn't mean that the docker-compose.yml file isn't broken (and as soon as it breaks, it will start causing issues for all devs).