Commit 9fc80edb authored by James Kirk's avatar James Kirk
Browse files

refactor: fail run-compose on test fail

2 merge requests!23Resolve "Release v0.1.0",!22Gitlab ci testing
Pipeline #113733 passed with stages
in 2 minutes and 49 seconds
......@@ -19,8 +19,8 @@ while [ -n "$1" ]; do
EXTRA_ARGS="--build"
;;
tests)
docker-compose -f docker/docker-compose-test.yaml up --build
exit 0
docker-compose -f docker/docker-compose-test.yaml up --build --force-recreate --exit-code-from soar_api_test
exit $?
;;
*)
usage
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment