Skip to content

Added testing stage and jobs to run unit tests for our services

Andrew Kapuscinski requested to merge SSA-6818-add-testing-stage into main

Added run-tests.sh script to each service to run our package tester to enable us to run unit tests from the cmdline and CI Refactored makefile's make test script to call run-tests.sh in each image

Merge request reports