UniversityOfSaskatchewanCMPT371 / term-project-2024-team-4

Apache License 2.0
2 stars 2 forks source link

CI Pipeline should just build and test in the same step, rather then splitting into two separate steps #87

Closed lecegues closed 6 months ago

lecegues commented 6 months ago

Currently, the CI Pipeline splits the build-step and the unit-test-step; this requires repeated work on both steps. To reduce the time, it would be better to just add the unit tests to the build step. Additionally, this will allow the introduction of more steps (like smoke & integration steps) without seeing too much of an increased time in the pipeline image

lecegues commented 6 months ago

Finished. Time improvement from [2m55s] (original) to [1m37s] (new) image